From 430cec050b168c7b16edeba4c5269c3edea3f2eb Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 21 Jun 2016 18:29:50 -0400 Subject: small template fixes for CSS and XHTML validation Thanks W3C validation tools! --- theme/templates/article.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'theme/templates/article.html') diff --git a/theme/templates/article.html b/theme/templates/article.html index 23bf022..dd17efd 100644 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -14,15 +14,15 @@ {% block pagetitle %} {{ article.title }} + title="Permalink to {{ article.title|striptags }}">{{ article.title }} {% endblock %} {% block content %} -
-
+{#
+
#} {% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }} -
-
+{#
+
#}
{{ article.locale_date }} @@ -40,9 +40,9 @@ {% endif %}
-
+{# #}
{{ article.content }}
-
+{# #} {% endblock %} -- cgit v1.2.3