aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/templates
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2013-01-07 08:37:17 -0500
committerW. Trevor King <wking@tremily.us>2013-01-07 08:37:17 -0500
commit9fb58a5067e469b371921e85f51210d75714685e (patch)
tree6bd77dcaceaa8eab666b6426c2ce7453c0add06d /bootstrap/templates
parent4edb4241ea301cb9cc076bd27b608e49518e7b72 (diff)
downloadpelican-themes-9fb58a5067e469b371921e85f51210d75714685e.tar.gz
bootstrap: Fix tgs -> tags typo in tags.html
Diffstat (limited to 'bootstrap/templates')
-rw-r--r--bootstrap/templates/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/templates/tags.html b/bootstrap/templates/tags.html
index d481bc3..d738d2d 100644
--- a/bootstrap/templates/tags.html
+++ b/bootstrap/templates/tags.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}{{ SITENAME }} <small>[tgs]</small>{% endblock %}
+{% block title %}{{ SITENAME }} <small>[tags]</small>{% endblock %}
{% block content %}
<ul>
{% for tag, articles in tags %}