Move project-main to Blender Cloud

Also remove calls to project-landing, it is now part of project-main.
It was just a few lines of code not worth having a different CSS file.
This commit is contained in:
2018-09-14 16:56:35 +02:00
parent cfcc629b61
commit 32c7ffbc99
4 changed files with 1 additions and 95 deletions

View File

@@ -18,11 +18,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_cloud', filename='assets/css/project-landing.css') }}", rel="stylesheet")
| {% endblock css %}
| {% set title = 'blog' %}
| {% block body %}