From fccd15aec3507fd3f0cb4a2c18a0ec1af1d69c1f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 4 Jul 2024 11:36:33 -0700 Subject: migrate to zola --- templates/base.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..7eeeaf6 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + + {% block title %}{{- config.title -}}{% endblock title %} + + + + {% block content %}{% endblock content %} + + + -- cgit 1.4.1