Diffstat (limited to 'themed/base.html')
-rw-r--r--themed/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themed/base.html b/themed/base.html
index d1e53fa..7e1978a 100644
--- a/themed/base.html
+++ b/themed/base.html
@@ -19,14 +19,14 @@
<meta content="https://git.bendn.org/icons/cgit.png" property="og:image" />
<meta content="#1dffd5" data-react-helmet="true" name="theme-color" />
- <link rel='shortcut icon' href='/favicon.ico'>
+ <link rel='shortcut icon' href='/favicon.svg' type="image/svg">
</head>
<body class="bg-[#1F2430] text-[#CCCAC2]">
{% endblock %}
{% block repo_header %}
<header class="bg-[#262F3F] border-b border-[#333A45]">{# Repo header #}
<div class="max-w-7xl mx-auto py-4 flex gap-x-1 items-center pl-2">
- <a href="{{ cgit_rooturl()|attr }}"><img width="40px" height="40px" src="/favicon.ico"></img></a>
+ <a href="{{ cgit_rooturl()|attr }}"><img width="40px" height="40px" src="/favicon.svg" type="image/svg"></img></a>
<div class="text-4xl"><a href="{{ cgit_rooturl()|attr }}" class="hover:text-[#73D0FF] hover:underline">{{ ctx.cfg.root_title }}</a> / <a href="{! cgit_shared_repolink_url(NULL, NULL, NULL); !}" class="font-semibold hover:text-[#73D0FF] hover:underline">{{ ctx.repo->name }}</a></div>
</div>
</header>