From bd993b442413a7370e1881ba427c5d1fdfa83183 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 5 Mar 2026 20:46:28 -0600 Subject: add favicons --- theme/static/favicon-light.png | Bin 0 -> 1557 bytes theme/static/favicon.svg | 14 ++++++++++++++ theme/templates/base.html | 3 ++- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 theme/static/favicon-light.png create mode 100644 theme/static/favicon.svg (limited to 'theme') diff --git a/theme/static/favicon-light.png b/theme/static/favicon-light.png new file mode 100644 index 0000000..1a8173f Binary files /dev/null and b/theme/static/favicon-light.png differ diff --git a/theme/static/favicon.svg b/theme/static/favicon.svg new file mode 100644 index 0000000..b6a89f2 --- /dev/null +++ b/theme/static/favicon.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/theme/templates/base.html b/theme/templates/base.html index 0e958c5..dbdb3b5 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -12,7 +12,8 @@ {% if site_description is defined %}{% endif %} {% if site_keywords is defined %}{% endif %} - + + {% block meta %}{% endblock %} {% endblock %} -- cgit v1.2.3