aboutsummaryrefslogtreecommitdiffstats
path: root/theme/templates/tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/tags.html')
-rw-r--r--theme/templates/tags.html3
1 files changed, 1 insertions, 2 deletions
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 %}
- <h1>Tags for {{ SITENAME }}</h1>
{%- for tag, articles in tags|sort %}
<li><a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a> ({{ articles|count }})</li>
{% endfor %}