From 5c179342e20996aeb9fe7463dc23679bc9a721ba Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Fri, 1 May 2026 10:59:13 -0500 Subject: [PATCH] fix: update post template - Add umami tracking tags - Add navigation bar --- public/index.html | 6 +++--- templates/index.html | 44 ++++++++++++++++++++++++++++++++++---------- 2 files changed, 37 insertions(+), 13 deletions(-) diff --git a/public/index.html b/public/index.html index df3b6a2..9008a7c 100644 --- a/public/index.html +++ b/public/index.html @@ -20,13 +20,13 @@ home diff --git a/templates/index.html b/templates/index.html index 419c963..695b1be 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,17 +1,41 @@ + - Alexander Goussas + Alexander Goussas | Programming & Friends {title} + - - -
-

{title}

-
- Last updated: {date} -
- {body} + + + + +
+ +
+ + +
+

{title}

+
+ Last updated: {date}
- + {body} +
+ -- 2.43.0