Fix favicon

This commit is contained in:
2016-10-10 17:29:13 +02:00
parent a52c263733
commit 3561cb61c6
3 changed files with 4 additions and 3 deletions

View File

@@ -40,8 +40,8 @@ html(lang="en")
script(src="{{ url_for('static_pillar', filename='assets/js/markdown.min.js', v=040820161) }}")
script(src="{{ url_for('static_pillar', filename='assets/js/tutti.min.js', v=040820161) }}")
link(href="{{ url_for('static_pillar', filename='assets/ico/favicon.png') }}", rel="shortcut icon")
link(href="{{ url_for('static_pillar', filename='assets/ico/apple-touch-icon-precomposed.png') }}", rel="icon apple-touch-icon-precomposed", sizes="192x192")
link(href="{{ url_for('static', filename='assets/img/favicon.png') }}", rel="shortcut icon")
link(href="{{ url_for('static', filename='assets/img/apple-touch-icon-precomposed.png') }}", rel="icon apple-touch-icon-precomposed", sizes="192x192")
link(href="{{ url_for('static_pillar', filename='assets/css/vendor/bootstrap.min.css') }}", rel="stylesheet")