From 18d089e8ea9e8666d5b8c9c64e69da3cd88e2d4c Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Wed, 12 Feb 2014 12:19:10 +0100 Subject: [PATCH] HTML error in notmyidea/authors.html: li not allowed in section. li tags need to be inside of ul or ol. --- pelican/themes/notmyidea/templates/authors.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pelican/themes/notmyidea/templates/authors.html b/pelican/themes/notmyidea/templates/authors.html index a203422b..f6429e8a 100644 --- a/pelican/themes/notmyidea/templates/authors.html +++ b/pelican/themes/notmyidea/templates/authors.html @@ -6,10 +6,11 @@

Authors on {{ SITENAME }}

- +
{% endblock %}