From 14025d22ce3d66c9d235e57221ec4653e00f972c Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Fri, 26 Nov 2021 20:17:43 +1300 Subject: Switched to .xhtml extension, fixed some minor bugs --- project/templates/tags/copyright.html | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 project/templates/tags/copyright.html (limited to 'project/templates/tags/copyright.html') diff --git a/project/templates/tags/copyright.html b/project/templates/tags/copyright.html deleted file mode 100644 index 686b025..0000000 --- a/project/templates/tags/copyright.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Copyright Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Copyright

- - -{% endblock -%} - - -- cgit