From: Vladimír Vondruš Date: Sat, 9 Dec 2017 23:03:46 +0000 (+0100) Subject: theme: add a clearfix for consistency. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=e39225fa4096e998b0bef6a9231307660d1af578;p=blog.git theme: add a clearfix for consistency. The article header will include per-category avatar soon and this clearfix is needed for that. --- 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() %}