From e39225fa4096e998b0bef6a9231307660d1af578 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 10 Dec 2017 00:03:46 +0100 Subject: [PATCH] theme: add a clearfix for consistency. The article header will include per-category avatar soon and this clearfix is needed for that. --- pelican-theme/templates/base_blog_section.html | 1 + 1 file changed, 1 insertion(+) diff --git a/pelican-theme/templates/base_blog_section.html b/pelican-theme/templates/base_blog_section.html index 142b5dd8..0f8d8432 100644 --- a/pelican-theme/templates/base_blog_section.html +++ b/pelican-theme/templates/base_blog_section.html @@ -22,6 +22,7 @@ {% macro footer() %}{% include "article_footer.html" %}{% endmacro %} {{ footer()|indent(10) }} +
{% endfor %} {% if articles_page.has_other_pages() %} -- 2.30.2