diff --git a/_layouts/post.html b/_layouts/post.html
index 372f83d..0607c07 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -15,13 +15,13 @@ layout: default
{{ page.title | escape }}
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
-
+ Published :
{{ page.date | date: date_format }} /// {{ minutes }} minute read
{%- if page.modified_date -%}
~
{%- assign mdate = page.modified_date | date_to_xmlschema -%}
-
+ Modified :
{{ mdate | date: date_format }}
{%- endif -%}