From b6bf7475891823159bda89d781be0ba9829ae55d Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Sun, 21 Dec 2025 14:10:59 +0100 Subject: feat: added a favicon --- layouts/partials/head.html | 1 - static/images/favicon-16x16.png | Bin 0 -> 279 bytes static/images/favicon-32x32.png | Bin 0 -> 358 bytes static/images/favicon.ico | Bin 0 -> 358 bytes 4 files changed, 1 deletion(-) create mode 100644 static/images/favicon-16x16.png create mode 100644 static/images/favicon-32x32.png create mode 100644 static/images/favicon.ico diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 631ea58..546851c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,6 @@ - diff --git a/static/images/favicon-16x16.png b/static/images/favicon-16x16.png new file mode 100644 index 0000000..7f4db7d Binary files /dev/null and b/static/images/favicon-16x16.png differ diff --git a/static/images/favicon-32x32.png b/static/images/favicon-32x32.png new file mode 100644 index 0000000..e61dde2 Binary files /dev/null and b/static/images/favicon-32x32.png differ diff --git a/static/images/favicon.ico b/static/images/favicon.ico new file mode 100644 index 0000000..e61dde2 Binary files /dev/null and b/static/images/favicon.ico differ -- cgit v1.2.3