From ddb63e029d7692b337d0abb0070f8f0ff53ce249 Mon Sep 17 00:00:00 2001 From: Nick Foden Date: Sun, 1 Mar 2026 17:01:52 -0500 Subject: [PATCH 01/12] feat(quick-2): add About and GitHub links to site footer - Add footer_nav with /about and https://github.com/NickFoden links - GitHub link opens in new tab with rel="noopener noreferrer" - Style footer nav centered with flex layout and underline on hover --- internal/templates/base.html | 4 ++++ static/css/style.css | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/internal/templates/base.html b/internal/templates/base.html index 4b294a6..c0ecba0 100644 --- a/internal/templates/base.html +++ b/internal/templates/base.html @@ -34,6 +34,10 @@

Web Log

{{block "content" .}}{{end}}