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

@@ -4,11 +4,6 @@
| {% block page_title %}Blog{% endblock%}
| {% block css %}
| {{ super() }}
link(href="{{ url_for('static_cloud', filename='assets/css/project-landing.css') }}", rel="stylesheet")
| {% endblock css %}
| {% block body %}
| {{ blogmacros.render_blog_index(project, posts, can_create_blog_posts, api, more_posts_available, posts_meta, pages=pages) }}
| {% endblock %}

View File

@@ -5,9 +5,7 @@
header
img.header(src="{{ node.picture.thumbnail('h', api=api) }}")
| {% endif %}
| {% block navbar_secondary %}
| {{ super() }}
| {% endblock navbar_secondary %}
#node-container
#node-overlay

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 %}