diff options
author | W. Trevor King <wking@tremily.us> | 2013-01-07 08:37:17 -0500 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2013-01-07 08:37:17 -0500 |
commit | 9fb58a5067e469b371921e85f51210d75714685e (patch) | |
tree | 6bd77dcaceaa8eab666b6426c2ce7453c0add06d /bootstrap/templates | |
parent | 4edb4241ea301cb9cc076bd27b608e49518e7b72 (diff) | |
download | pelican-themes-9fb58a5067e469b371921e85f51210d75714685e.tar.gz |
bootstrap: Fix tgs -> tags typo in tags.html
Diffstat (limited to 'bootstrap/templates')
-rw-r--r-- | bootstrap/templates/tags.html | 2 |
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 %} |