Blog: Cleanup CSS

This commit is contained in:
2018-09-14 17:29:13 +02:00
parent a6d662b690
commit 232321cc2c
4 changed files with 1 additions and 52 deletions

View File

@@ -43,7 +43,6 @@ html(lang="en")
| {% block css %}
link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css') }}", rel="stylesheet")
link(href="{{ url_for('static_pillar', filename='assets/css/base.css') }}", rel="stylesheet")
| {% if title == 'blog' %}
link(href="{{ url_for('static_pillar', filename='assets/css/blog.css') }}", rel="stylesheet")
| {% else %}