Skip to content
Snippets Groups Projects
Commit 44ba09d2 authored by Elias's avatar Elias
Browse files

try apple-touch-icon

parent ee367fe7
No related branches found
No related tags found
1 merge request!17Introduce apple-touch-icon to header.
......@@ -24,3 +24,9 @@ instance
# Environment files (might contain secrets)
.env
# weird macOS files (maximum compatibility)
.DS_Store
._.DS_Store
**/.DS_Store
**/._.DS_Store
portal/static/img/portal.png

13.9 KiB

......@@ -10,7 +10,11 @@
/>
<link
rel="icon"
href="{{ url_for('static', filename='img/portal.svg') }}"
href="{{ url_for('static', filename='static/img/portal.svg') }}"
/>
<link
rel="apple-touch-icon"
href="{{ url_for('static', filename='static/img/portal.png') }}"
/>
</head>
......
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