Skip to content
Snippets Groups Projects
Commit 7fd97cc3 authored by hanke's avatar hanke
Browse files

Merge branch 'introduce-favicon' into 'master'

Fix link

See merge request !18
parents 5f11ef0a fdce6d82
No related branches found
No related tags found
1 merge request!18Fix link
Pipeline #6552 passed
......@@ -10,11 +10,11 @@
/>
<link
rel="icon"
href="{{ url_for('static', filename='static/img/portal.svg') }}"
href="{{ url_for('static', filename='img/portal.svg') }}"
/>
<link
rel="apple-touch-icon"
href="{{ url_for('static', filename='static/img/portal.png') }}"
href="{{ url_for('static', filename='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