From a991676f88af24d62d4c6fd925558d7d9d9aa128 Mon Sep 17 00:00:00 2001 From: Emi Griffith Date: Sun, 19 Jul 2026 14:28:55 -0700 Subject: [PATCH] Add maker credit to site footer (#193) Add a "Made by emigriffith.dev" line with a mailto link to the footer on the server-rendered content pages. Claude-Session: https://claude.ai/code/session_01XXxmNFy9cZ6Gh8Y9thZn62 --- templates/base.html.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/base.html.j2 b/templates/base.html.j2 index 229adbc..63665bf 100644 --- a/templates/base.html.j2 +++ b/templates/base.html.j2 @@ -87,6 +87,8 @@

Free. No ads. No tracking. No account needed. Built by one person in the open.

Thermograph grades weather by its percentile against ~45 years of local climate history. Data: ERA5 via Open-Meteo · NASA POWER · MET Norway.

+

Made by emigriffith.dev + @

{% block body_scripts %}