chiark / gitweb /
theme: add a clearfix for consistency.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 9 Dec 2017 23:03:46 +0000 (00:03 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 11 Dec 2017 01:48:25 +0000 (02:48 +0100)
The article header will include per-category avatar soon and this
clearfix is needed for that.

pelican-theme/templates/base_blog_section.html

index 142b5dd8291f9f4ae6578a7f713e45252b7b2d1b..0f8d84325b055bfdf5901ce908233baf9a99bb85 100644 (file)
@@ -22,6 +22,7 @@
           {% macro footer() %}{% include "article_footer.html" %}{% endmacro %}
           {{ footer()|indent(10) }}
         </footer>
+        <div class="m-clearfix-l"></div>
       </article>
       {% endfor %}
       {% if articles_page.has_other_pages() %}