Fix favicon

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

View File

@ -482,6 +482,8 @@ header.navbar-header
position: fixed
width: 100%
align-self: flex-start
+media-md
display: block
+media-lg
display: block

View File

@ -328,7 +328,6 @@ $node-type-post: #647bce
padding: 1px 5px
margin-right: 5px
.date
display: inline-block
float: right

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")