Move font-pillar into its own css file

So we can easily link it from attract/flamenco/etc
This commit is contained in:
2016-09-23 17:29:26 +02:00
parent 7968c6ca37
commit 2c7d2e7dfd
9 changed files with 14 additions and 6 deletions

View File

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