tweak favicon

This commit is contained in:
Kent Brockman 2023-03-26 00:30:31 -06:00
parent 0366db9595
commit f0a8645960
4 changed files with 4 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -39,7 +39,7 @@ STATIC_PATHS = ['media', 'extra']
EXTRA_PATH_METADATA = {
'extra/logo.svg': {'path': 'logo.svg'},
'extra/favicon.ico': {'path': 'favicon.ico'},
'extra/favicon.svg': {'path': 'favicon.svg'},
}
# Uncomment following line if you want document-relative URLs when developing

View File

@ -39,7 +39,7 @@ STATIC_PATHS = ['media', 'extra']
EXTRA_PATH_METADATA = {
'extra/logo.svg': {'path': 'logo.svg'},
'extra/favicon.ico': {'path': 'favicon.ico'},
'extra/favicon.svg': {'path': 'favicon.svg'},
}
# Uncomment following line if you want document-relative URLs when developing

View File

@ -9,6 +9,8 @@
<meta name="author" content="Solarpunk City" />
{% endblock head %}
<link rel="shortcut icon" href="/favicon.svg" type="image/x-icon">
<style>
{% include 'style.css' %}