From 27b181d35bd8b32ef30719da0a73763c667f94ab Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 24 Aug 2020 10:33:03 +0200 Subject: [PATCH] Consistent sizing of the elements --- _layouts/index.html | 2 +- _layouts/language.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/index.html b/_layouts/index.html index 19da8f1..c918efe 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 b31ed7d..942d048 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 %} -- GitLab