Update css
This commit is contained in:
parent
1e1d9e57e7
commit
e8b03de444
@ -37,8 +37,8 @@ html(lang="en")
|
|||||||
|
|
||||||
loadCSS( "//fonts.googleapis.com/css?family=Roboto:300,400" );
|
loadCSS( "//fonts.googleapis.com/css?family=Roboto:300,400" );
|
||||||
|
|
||||||
script(src="{{ url_for('static_pillar', filename='assets/js/markdown.min.js', v=241120161) }}")
|
script(src="{{ url_for('static_pillar', filename='assets/js/markdown.min.js', v=241120162) }}")
|
||||||
script(src="{{ url_for('static_pillar', filename='assets/js/tutti.min.js', v=241120161) }}")
|
script(src="{{ url_for('static_pillar', filename='assets/js/tutti.min.js', v=241120162) }}")
|
||||||
|
|
||||||
link(href="{{ url_for('static', filename='assets/img/favicon.png') }}", rel="shortcut icon")
|
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', filename='assets/img/apple-touch-icon-precomposed.png') }}", rel="icon apple-touch-icon-precomposed", sizes="192x192")
|
||||||
@ -48,12 +48,12 @@ html(lang="en")
|
|||||||
| {% block head %}{% endblock %}
|
| {% block head %}{% endblock %}
|
||||||
|
|
||||||
| {% block css %}
|
| {% block css %}
|
||||||
link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=241120161) }}", rel="stylesheet")
|
link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=241120162) }}", rel="stylesheet")
|
||||||
link(href="{{ url_for('static_pillar', filename='assets/css/base.css', v=241120161) }}", rel="stylesheet")
|
link(href="{{ url_for('static_pillar', filename='assets/css/base.css', v=241120162) }}", rel="stylesheet")
|
||||||
| {% if title == 'blog' %}
|
| {% if title == 'blog' %}
|
||||||
link(href="{{ url_for('static_pillar', filename='assets/css/blog.css', v=241120161) }}", rel="stylesheet")
|
link(href="{{ url_for('static_pillar', filename='assets/css/blog.css', v=241120162) }}", rel="stylesheet")
|
||||||
| {% else %}
|
| {% else %}
|
||||||
link(href="{{ url_for('static_pillar', filename='assets/css/main.css', v=241120161) }}", rel="stylesheet")
|
link(href="{{ url_for('static_pillar', filename='assets/css/main.css', v=241120162) }}", rel="stylesheet")
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
| {% endblock %}
|
| {% endblock %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user