diff --git a/src/styles/_base.sass b/src/styles/_base.sass index 598c570b..60ec2aad 100644 --- a/src/styles/_base.sass +++ b/src/styles/_base.sass @@ -482,6 +482,8 @@ header.navbar-header position: fixed width: 100% align-self: flex-start + +media-md + display: block +media-lg display: block diff --git a/src/styles/_homepage.sass b/src/styles/_homepage.sass index 62f8f4a8..d9b4a44e 100644 --- a/src/styles/_homepage.sass +++ b/src/styles/_homepage.sass @@ -328,7 +328,6 @@ $node-type-post: #647bce padding: 1px 5px margin-right: 5px - .date display: inline-block float: right diff --git a/src/templates/layout.jade b/src/templates/layout.jade index d6d93d1b..441a4ad9 100644 --- a/src/templates/layout.jade +++ b/src/templates/layout.jade @@ -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")