From 3a2d198d153efc8a69e7640f7dcde88207268ff3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 22 Sep 2023 08:40:59 +0200 Subject: Replace zola with DOM-based static site generation code --- themes/bear/templates/base.html | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 themes/bear/templates/base.html (limited to 'themes/bear/templates/base.html') diff --git a/themes/bear/templates/base.html b/themes/bear/templates/base.html deleted file mode 100644 index 3845773..0000000 --- a/themes/bear/templates/base.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - {%- if config.webserver_sends_csp_headers %} - {%- include "security_tags.html" ignore missing %} - {%- endif %} - - - {%- if config.extra.favicon %} - - {%- endif %} - {%- block title %}{{ config.title }}{%- endblock %} - - {%- if config.generate_feed %} - {% block rss -%} - - {%- endblock -%} - {%- endif %} - - {% include "custom_head.html" ignore missing -%} - - - {% include "header.html" ignore missing -%} - {% block main %}{%- endblock -%} - {% include "footer.html" ignore missing -%} - {% include "custom_body.html" ignore missing -%} - - -- cgit 1.4.1