From 2be43cc479dfd4cfb621f14381330c708291e324 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 28 Jul 2024 19:46:20 -0500 Subject: conversion from Zola to Weblorg --- theme/templates/base.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 theme/templates/base.html (limited to 'theme/templates/base.html') diff --git a/theme/templates/base.html b/theme/templates/base.html new file mode 100644 index 0000000..d6b37d2 --- /dev/null +++ b/theme/templates/base.html @@ -0,0 +1,39 @@ + + + + {% block head %} + + + {% block subtitle %}{% endblock %} + {% block title %}{{ site_name | default("weblorg website") }}{% endblock %} + + + {% if site_owner is defined %}{% endif %} + {% if site_description is defined %}{% endif %} + {% if site_keywords is defined %}{% endif %} + + + {% block meta %}{% endblock %} + {% endblock %} + + + +
{% block main %}{% endblock %}
+ + + -- cgit v1.2.3-70-g09d2