diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css index a3fd60f1..d416aaff 100644 --- a/pelican/themes/notmyidea/static/css/main.css +++ b/pelican/themes/notmyidea/static/css/main.css @@ -340,6 +340,8 @@ img.left, figure.left {float: right; margin: 0 0 2em 2em;} /***** Sections *****/ /* Blog */ .hentry { + display: block; + clear: both; border-bottom: 1px solid #eee; padding: 1.5em 0; } diff --git a/pelican/themes/notmyidea/templates/taglist.html b/pelican/themes/notmyidea/templates/taglist.html index 4259077a..0f4862d0 100644 --- a/pelican/themes/notmyidea/templates/taglist.html +++ b/pelican/themes/notmyidea/templates/taglist.html @@ -1,2 +1,2 @@ {% if article.tags %}

tags: {% for tag in article.tags %}{{ tag }}{% endfor %}

{% endif %} -{% if PDF_PROCESSOR %}get the pdf{% endif %}

+{% if PDF_PROCESSOR %}

get the pdf

{% endif %}