diff options
author | Jed Barber <jjbarber@y7mail.com> | 2021-02-05 17:24:33 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2021-02-05 17:24:33 +1100 |
commit | 3a1a7a4d62dce554436aa8c23e980204a481c7b4 (patch) | |
tree | 1879cb529eea1b8cadca5885958c4cd3163cb0b3 /project/templates | |
parent | 9fd72ae4c4b852b94a2f3fdc760de81206a44857 (diff) |
Added compsci tag
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> |