diff --git a/_layouts/index.html b/_layouts/index.html index 19da8f132a61d5478db78aedae74db56257e31b0..c918efef043990869783da2704dc1dc03c2012ff 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -4,7 +4,7 @@ language: true --- -
+
{% for post in paginator.posts %} {% include calendar.html %} {% include single-post.html %} diff --git a/_layouts/language.html b/_layouts/language.html index b31ed7db151d9e9e1690713b9816f01bde4d09f5..942d0486bdd91d7397f63290255bc69f6ccfaf44 100644 --- a/_layouts/language.html +++ b/_layouts/language.html @@ -32,7 +32,7 @@ language: true
{%- endif -%} -
+
{% for post in paginator.posts %} {% include calendar.html %} {% include single-post.html %}