Skip to content
Snippets Groups Projects

Fix link

Merged hanke requested to merge introduce-favicon into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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>
Loading