From 3d4eff922a1c6d310037b86ea7c13b57195b4316 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Wed, 12 Feb 2014 11:47:22 +0100 Subject: [PATCH] HTML error in notmyidea/tags.html: li not allowed in section. li tags need to be inside of ul or ol. Thanks to the w3c_validate plugin for finding this. --- pelican/themes/notmyidea/templates/tags.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pelican/themes/notmyidea/templates/tags.html b/pelican/themes/notmyidea/templates/tags.html index 76955f27..5fae82ff 100644 --- a/pelican/themes/notmyidea/templates/tags.html +++ b/pelican/themes/notmyidea/templates/tags.html @@ -6,10 +6,11 @@

Tags for {{ SITENAME }}

- +
{% endblock %}