From bd6bc98539d7d256b372fe393a4a040724ac2544 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sun, 21 Dec 2025 23:49:40 -0500 Subject: improve styling --- zola-static/templates/base.html | 2 +- zola-static/templates/index.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'zola-static/templates') diff --git a/zola-static/templates/base.html b/zola-static/templates/base.html index 2bc2f49..e1fb9b3 100644 --- a/zola-static/templates/base.html +++ b/zola-static/templates/base.html @@ -13,7 +13,7 @@ {% block header %}

Jack Jamison

{% endblock header %} -
+
{% block content %} {% endblock content %} diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html index d6f1f79..fd4d508 100644 --- a/zola-static/templates/index.html +++ b/zola-static/templates/index.html @@ -32,6 +32,5 @@
  • Old portfolio (haven't migrated here yet)
  • -
    - + {% endblock content %} -- cgit v1.2.3