diff options
Diffstat (limited to 'project/templates')
-rw-r--r-- | project/templates/tags/compsci.html (renamed from project/templates/tags/gaming.html) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/project/templates/tags/gaming.html b/project/templates/tags/compsci.html index 4520655..c39f7f1 100644 --- a/project/templates/tags/gaming.html +++ b/project/templates/tags/compsci.html @@ -3,7 +3,7 @@ -{% block title %}Gaming Tag{% endblock %} +{% block title %}Compsci Tag{% endblock %} @@ -15,11 +15,11 @@ {% block content %} -<h4>Tag: Gaming</h4> +<h4>Tag: Compsci</h4> <ul class="index"> {%- for item in articles -%} - {%- if 'gaming' in item.taglist -%} + {%- if 'compsci' in item.taglist -%} {%- if item.updated -%}{%- set postclass = "update" -%}{%- else -%}{%- set postclass = "post" -%}{%- endif -%} {%- if item.updated -%}{%- set postverb = "Updated" -%}{%- else -%}{%- set postverb = "Posted" -%}{%- endif %} <li><a href="{{ item.anchor }}">{{ item.title }}</a><br> |