From 25945b8fead989cca09a23983623b63ce36dcc0c Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 8 Jan 2024 20:11:17 -0600 Subject: feat: total re-write from Emacs org-mode to Zola markdown --- templates/base.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 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..59e8f5e --- /dev/null +++ b/templates/base.html @@ -0,0 +1,44 @@ + + + + cleberg.net + + {% if page %} + {% if page.description %} + + {% elif config.description %} + + {% endif %} + {% elif config.description %} + + {% endif %} + + {% block rss %} + + {% endblock %} + + {% block css %} + + {% endblock css %} + + {% block extra_head %}{% endblock extra_head %} + + + + +
{% block content %}{% endblock content %}
+ + + + -- cgit v1.2.3