diff --git a/_layouts/post.html b/_layouts/post.html index edbc5b7..9aedb0b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,13 +7,13 @@ layout: default Published on - {{ site.title | strip | normalize_whitespace | xml_escape }} + {{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }} | Permalink
-

{{ site.title | strip | normalize_whitespace | xml_escape }}

+

{{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}

{{ content }}