From 013753b666cfbae213921af4193620c6b356fbf6 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 21 May 2026 11:44:08 -0500 Subject: add dynamic svg favicon --- static/favicon.svg | 1 + templates/base.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 static/favicon.svg diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..92a4521 --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1 @@ + diff --git a/templates/base.html b/templates/base.html index 03ae355..1a8f08d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,7 @@ + {{ block "scripts" . }}{{ end }} -- cgit v1.2.3