From 6d7e34af89ef1038d213ff8ea325bb84d4a00d4a Mon Sep 17 00:00:00 2001 From: Jan T Date: Fri, 2 Jan 2026 14:19:40 +0000 Subject: Initial commit --- templates/base.html | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 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..c000c1b --- /dev/null +++ b/templates/base.html @@ -0,0 +1,159 @@ + + + + + + + + + {% if page.date %} + + {% endif %} {% if page.extra.keywords %} + + {% endif %} {% block title %} {% if page.title %} + {{ page.title }} — {{ config.title }} + {% else %} + {{ config.title }} + {% endif %} {% endblock %} {% block description %} {% if + page.description %} + + {% elif page.summary %} + + {% else %} + + {% endif %} {% endblock %} + + + + + + + + + +
+ Jan Tuomi +
+
+ + +
{% block content %}{% endblock %}
+ + + + + + -- cgit v1.3