diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2022-11-10 02:05:37 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2022-11-10 02:05:37 +1300 |
commit | e75f04ce0747169b0f77aa55518982409cf9a876 (patch) | |
tree | c63158ae66f05a29b08d466a9a2863fb39246de0 | |
parent | 1aa590622567ac85e6b784a765388c0b1d17d4b4 (diff) |
Fixed missing utility tag page
-rw-r--r-- | project/complexity.yml | 1 | ||||
-rw-r--r-- | project/templates/tags/utility.xhtml | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/project/complexity.yml b/project/complexity.yml index 0f14072..7efaa87 100644 --- a/project/complexity.yml +++ b/project/complexity.yml @@ -41,5 +41,6 @@ unexpanded_templates: - "tags/politics.xhtml" - "tags/programming.xhtml" - "tags/transport.xhtml" + - "tags/utility.xhtml" - "tags/videogames.xhtml" diff --git a/project/templates/tags/utility.xhtml b/project/templates/tags/utility.xhtml new file mode 100644 index 0000000..e0dbe20 --- /dev/null +++ b/project/templates/tags/utility.xhtml @@ -0,0 +1,10 @@ + +{%- extends "tags/base_tag.xhtml" -%} + + + +{%- block title -%}{{ tag_title ("Utility") }}{%- endblock -%} +{%- block content %}{{ tag_content ("Utility") }}{% endblock -%} +{%- block footer -%}{{ tag_footer ("utility.xhtml") }}{%- endblock -%} + + |