From 25ba3dc9c7369e586a8890a105cdbcd1b4f74697 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 11 Mar 2026 00:06:47 -0500 Subject: Redesign homepage intro, drop info-strip, update nav and footer --- theme/templates/base.html | 61 ++++++++++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 24 deletions(-) (limited to 'theme/templates/base.html') diff --git a/theme/templates/base.html b/theme/templates/base.html index b502a38..6f585b2 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -3,14 +3,11 @@ {% block head %} - - {% block subtitle %}{% endblock %} - {% block title %}{{ site_name | default("weblorg website") }}{% endblock %} - + {% block subtitle %}{% endblock %}{% block title %}{{ site_name | default("seijaku") }}{% endblock %} - {% if site_owner is defined %}{% endif %} - {% if site_description is defined %}{% endif %} - {% if site_keywords is defined %}{% endif %} + {% if site_owner is defined %}{% endif %} + {% if site_description is defined %}{% endif %} + {% if site_keywords is defined %}{% endif %} {% block meta %}{% endblock %} @@ -18,26 +15,42 @@ - -
-
-
{% block main %}{% endblock %} -
+
+ seijaku +

stillness amidst the chaos

+ +
+
+ {% block main %}{% endblock %}

+ -- cgit v1.2.3