From 6385a5f78ce2ad7409811927b10fc2b62e427643 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 15 Nov 2020 13:14:37 +0100 Subject: Extract theme from templates --- themes/xmin/templates/base.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 themes/xmin/templates/base.html (limited to 'themes/xmin/templates/base.html') diff --git a/themes/xmin/templates/base.html b/themes/xmin/templates/base.html new file mode 100644 index 0000000..6b99609 --- /dev/null +++ b/themes/xmin/templates/base.html @@ -0,0 +1,25 @@ + + + + + + {% block title %}{{ section.title }} | {{ config.title }}{% endblock %} + + {%- if config.generate_feed %} + {%- block rss %} + + {%- endblock %} + {%- endif %} + + + + {% block main %}{% endblock %} + + + -- cgit 1.4.1