From 90761d2383cf6e1288e37d6a4467efdd50dafa55 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 2 May 2016 00:10:46 -0400 Subject: fix up themes (work in progress) --- theme/templates/article.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'theme/templates/article.html') diff --git a/theme/templates/article.html b/theme/templates/article.html index d558183..8afd2c0 100644 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -4,23 +4,21 @@ {% for keyword in article.keywords %} {% endfor %} - {% for description in article.description %} {% endfor %} - {% for tag in article.tags %} {% endfor %} - {% endblock %} +{% block pagetitle %} +{{ article.title }} +{% endblock %} {% block content %}
-

- {{ article.title }}

{% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }}
-- cgit v1.2.3