diff --git a/_layouts/post.html b/_layouts/post.html index 418d42cede..5ed79dc65b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,6 +5,19 @@ post_class: post-template --- + +
+

+ + {{ site.name }} + +

+

+ {{ site.description }} +

+
+
@@ -26,13 +39,17 @@
{% if author.avatar %} - {{ author.display_name }} + {{ author.display_name }} {% else %} - {{ author.display_name }} + {{ author.display_name }} {% endif %}
@@ -45,7 +62,7 @@

{{ page.title }}

{% if site.adsense == "enabled" %} - {% include adsense-under-header.html %} + {% include adsense-under-header.html %} {% endif %} @@ -53,9 +70,14 @@

{{ page.title }}

{% if page.image %} {% if site.lazyimages == "enabled" %} - {{ page.title }} + {{ page.title }} {% else %} - {{ page.title }} + {{ page.title }} {% endif %} {% endif %} @@ -65,13 +87,13 @@

{{ page.title }}

{% if page.toc %} - {% if page.beforetoc %} -

{{page.beforetoc}}

- {% endif %} -
-

Summary

- {% include toc.html html=content %} -
+ {% if page.beforetoc %} +

{{page.beforetoc}}

+ {% endif %} +
+

Summary

+ {% include toc.html html=content %} +
{% endif %} {{content}} @@ -86,11 +108,13 @@

Summary

- - - {% if page.last_modified_at %} - (Updated: ) - {% endif %} + + + {% if page.last_modified_at %} + (Updated: ) + {% endif %}

@@ -100,7 +124,8 @@

Summary

{% assign sortedCategories = page.categories | sort %} {% for category in sortedCategories %}