diff options
author | the Bunny Man <WagThatTail@Me.com> | 2013-01-09 09:34:14 -0800 |
---|---|---|
committer | the Bunny Man <WagThatTail@Me.com> | 2013-01-09 09:34:14 -0800 |
commit | 32d903d9f2838761aed6854cc0de870f5de1794b (patch) | |
tree | 375690e70185c0f8676f64be28abed657f4d9e27 | |
parent | 0b614a5797af7dbcb603760792bfc824901feb38 (diff) | |
parent | 9fb58a5067e469b371921e85f51210d75714685e (diff) | |
download | pelican-themes-32d903d9f2838761aed6854cc0de870f5de1794b.tar.gz |
Merge pull request #69 from wking/bootstrap-tgs-typo
bootstrap: Fix tgs -> tags typo in tags.html
-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 %} |