From: Radek Czajka Date: Tue, 31 Mar 2026 09:48:28 +0000 (+0200) Subject: fix fav X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/0df4ebc27bdd7b5d5dbd53fba72ab156f399e4c1?ds=inline fix fav --- diff --git a/src/wolnelektury/static/img/favicon.png b/src/wolnelektury/static/img/favicon.png index 9794f3588..f8ee6a6b6 100644 Binary files a/src/wolnelektury/static/img/favicon.png and b/src/wolnelektury/static/img/favicon.png differ diff --git a/src/wolnelektury/static/img/favicon.svg b/src/wolnelektury/static/img/favicon.svg new file mode 100644 index 000000000..9178ed6c8 --- /dev/null +++ b/src/wolnelektury/static/img/favicon.svg @@ -0,0 +1,126 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/wolnelektury/templates/base.html b/src/wolnelektury/templates/base.html index 5b9b8eae1..cf921fbe3 100644 --- a/src/wolnelektury/templates/base.html +++ b/src/wolnelektury/templates/base.html @@ -17,11 +17,11 @@ {% if title %}{{ title }} | {% endif %}WolneLektury.pl - + - + {% stylesheet 'main' %} {% tracking_code %} {% block extrahead %}{% endblock %}