diff --git a/_includes/postheader.html b/_includes/postheader.html index fb8d492..27db54d 100644 --- a/_includes/postheader.html +++ b/_includes/postheader.html @@ -1,2 +1,5 @@ -

{{ include.post.title }}

-{{ include.post.date | date_to_string }} - written by {{ include.post.author }} +{% if include.post.title == page.title %}

{% else %}

{% endif %} +{{ include.post.title }} +{% if include.post.title == page.title %}

{% else %}{% endif %} +{{ include.post.date | date: "%B %-d, %Y" }} - written by {{ include.post.author }} +{% if include.post.title == page.title %}{% else %}{% endif %}