diff --git a/_layouts/post.html b/_layouts/post.html index 0607c07..8c0c977 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,15 +15,14 @@ layout: default

{{ page.title | escape }}

{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} -

Published :

+

Published : +

{%- if page.modified_date -%} - ~ {%- assign mdate = page.modified_date | date_to_xmlschema -%} -

Modified :

+

Modified : +

{%- endif -%} {%- if page.author -%} • {% for author in page.author %}