Skip to content
Snippets Groups Projects
Unverified Commit 2e268da2 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add favicon

parent dd1bc0d9
No related branches found
No related tags found
No related merge requests found
Pipeline #193770 passed with warnings
static/apple-touch-icon.png

11.3 KiB

Subproject commit 4b9a08e78c18bf417a945c9cb0cf86a6de1a423f Subproject commit 7c909a5d8483f483529a52fdcb691589a625d75f
static/favicon.ico

9.44 KiB

...@@ -36,6 +36,10 @@ ...@@ -36,6 +36,10 @@
{% endif %} {% endif %}
{% endblock %} {% endblock %}
<link rel="icon" href="{{ get_url(path="favicon.ico") }}" sizes="48x48" />
<link rel="icon" href="{{ get_url(path="artwork/teckids_logo_favicon.svg") }}" sizes="any" type="image/svg+xml" />
<link rel="apple-touch-icon" href="{{ get_url(path="apple-touch-icon.png") }}" />
<link rel="stylesheet" href="{{ get_url(path="fonts/roboto/index.css") }}" /> <link rel="stylesheet" href="{{ get_url(path="fonts/roboto/index.css") }}" />
<link rel="stylesheet" href="{{ get_url(path="fonts/font-awesome/css/all.css") }}" /> <link rel="stylesheet" href="{{ get_url(path="fonts/font-awesome/css/all.css") }}" />
<link rel="stylesheet" href="{{ get_url(path="style.css") }}" /> <link rel="stylesheet" href="{{ get_url(path="style.css") }}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment