work on design

This commit is contained in:
bkfox
2016-08-01 23:30:54 +02:00
parent 3367cab64b
commit d62a47ffe5
31 changed files with 577 additions and 112 deletions

View File

@ -25,9 +25,10 @@
{% endif %}
<section class="body">
{{ page.body|richtext}}
{% block content_extras %}{% endblock %}
</section>
{% block content_extras %}{% endblock %}
<div class="post_content">
{% render_sections position="post_content" %}
</div>