Fix favicon
This commit is contained in:
parent
a52c263733
commit
3561cb61c6
@ -482,6 +482,8 @@ header.navbar-header
|
||||
position: fixed
|
||||
width: 100%
|
||||
align-self: flex-start
|
||||
+media-md
|
||||
display: block
|
||||
+media-lg
|
||||
display: block
|
||||
|
||||
|
@ -328,7 +328,6 @@ $node-type-post: #647bce
|
||||
padding: 1px 5px
|
||||
margin-right: 5px
|
||||
|
||||
|
||||
.date
|
||||
display: inline-block
|
||||
float: right
|
||||
|
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user