Merge pull request #69 from wking/bootstrap-tgs-typo

bootstrap: Fix tgs -> tags typo in tags.html
This commit is contained in:
the Bunny Man
2013-01-09 09:34:14 -08:00

View File

@@ -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 %}