chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ed9803
)
theme: add a clearfix for consistency.
author
Vladimír Vondruš
<mosra@centrum.cz>
Sat, 9 Dec 2017 23:03:46 +0000
(
00:03
+0100)
committer
Vladimí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
patch
|
blob
|
history
diff --git
a/pelican-theme/templates/base_blog_section.html
b/pelican-theme/templates/base_blog_section.html
index 142b5dd8291f9f4ae6578a7f713e45252b7b2d1b..0f8d84325b055bfdf5901ce908233baf9a99bb85 100644
(file)
--- 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) }}
</footer>
+ <div class="m-clearfix-l"></div>
</article>
{% endfor %}
{% if articles_page.has_other_pages() %}