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/tags.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'theme/templates/tags.html') diff --git a/theme/templates/tags.html b/theme/templates/tags.html index b5d1482..1d49d42 100644 --- a/theme/templates/tags.html +++ b/theme/templates/tags.html @@ -1,9 +1,8 @@ {% extends "base.html" %} {% block title %}{{ SITENAME }} - Tags{% endblock %} - +{% block pagetitle %}Tags for {{ SITENAME }}{% endblock %} {% block content %} -

Tags for {{ SITENAME }}

{%- for tag, articles in tags|sort %}
  • {{ tag }} ({{ articles|count }})
  • {% endfor %} -- cgit v1.2.3