diff --git a/_layouts/blog.html b/_layouts/blog.html index 6c77221..a5d7cf5 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -16,7 +16,7 @@ {{ page.content | markdownify }} -
+
{% for post in paginator.posts %}

{{ post.date | date_to_string }} . {{ post.category }} .
{{ post.title }}
Comments

{% endfor %} diff --git a/_layouts/error.html b/_layouts/error.html index f2f1b57..7c77ba2 100644 --- a/_layouts/error.html +++ b/_layouts/error.html @@ -12,7 +12,7 @@
-
+

{{ page.title }}

diff --git a/_layouts/post.html b/_layouts/post.html index 2ce42a2..e38e453 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,7 +12,7 @@
-
+

{{ page.title }}

{{ page.date | date_to_string }} diff --git a/_layouts/tag.html b/_layouts/tag.html index 4aacfcc..172224f 100644 --- a/_layouts/tag.html +++ b/_layouts/tag.html @@ -12,7 +12,7 @@
-
+
@@ -21,7 +21,7 @@

#{{ tag }}

-
+
{% for post in site.posts %} {% if post.tags contains tag %}

{{ post.date | date_to_string }} . {{ post.category }} . {{ post.title }} Comments