diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-12-02 12:51:25 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-12-02 12:51:25 +1300 |
commit | cbd62c2dfa9bd8d04480d67b557a6fc326e532ca (patch) | |
tree | 5c0f6ae3a6df610179f9222910f94430d9695211 /project/templates/stvcount.xhtml | |
parent | 3112ecee11aa7f560848834a8475b3fb0b52fd79 (diff) |
Validator links no longer use referer, tag templates now use macros
Diffstat (limited to 'project/templates/stvcount.xhtml')
-rw-r--r-- | project/templates/stvcount.xhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project/templates/stvcount.xhtml b/project/templates/stvcount.xhtml index e475692..cd0aca2 100644 --- a/project/templates/stvcount.xhtml +++ b/project/templates/stvcount.xhtml @@ -7,6 +7,10 @@ +{%- block footer -%}{{ plain_footer ("stvcount.xhtml") }}{%- endblock -%} + + + {%- block style %} <link href="/css/stvcount.css" rel="stylesheet" /> {% endblock -%} |