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
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>