Author:
Hash:
Timestamp:
+0 -4 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
c0deee12fd4bd6de1c50519e517d1de917158abf
Mon, 15 Jan 2024 10:20:22 +0000 (1.5 years ago)
1 | diff --git a/themes/default/templates/base.html b/themes/default/templates/base.html |
2 | index 231a41c..191259d 100644 |
3 | --- a/themes/default/templates/base.html |
4 | +++ b/themes/default/templates/base.html |
5 | @@ -10,10 +10,6 @@ |
6 | <link href="/static/assets/ayllu_logo.svg" |
7 | rel="icon" |
8 | type="image/svg+xml" /> |
9 | - <link href="/static/assets/ayllu_logo.png" |
10 | - rel="icon" |
11 | - sizes="any" |
12 | - type="image/png" /> |
13 | {% block head %}{% endblock %} |
14 | </head> |
15 | <body> |