Skip to content
Snippets Groups Projects
Commit 5f11ef0a authored by hanke's avatar hanke
Browse files

Merge branch 'introduce-favicon' into 'master'

Introduce apple-touch-icon to header.

See merge request !17
parents ee367fe7 44ba09d2
No related branches found
No related tags found
1 merge request!17Introduce apple-touch-icon to header.
Pipeline #6551 passed
...@@ -24,3 +24,9 @@ instance ...@@ -24,3 +24,9 @@ instance
# Environment files (might contain secrets) # Environment files (might contain secrets)
.env .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 @@ ...@@ -10,7 +10,11 @@
/> />
<link <link
rel="icon" 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> </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