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

@@ -19,11 +19,6 @@ meta(property="og:image", content="{{ node.picture.thumbnail('l', api=api) }}")
| {% block page_title %}{{node.name}} - Blog{% endblock%}
| {% block css %}
| {{ super() }}
link(href="{{ url_for('static_pillar', filename='assets/css/blog.css') }}", rel="stylesheet")
| {% endblock %}
| {% block project_context %}
| {% include 'nodes/custom/post/view_embed.html' %}
| {% endblock %}