Pages are also articles

This commit is contained in:
Raymond Wanyoike 2016-11-09 20:09:28 +03:00
commit f645f704f9

View file

@ -14,7 +14,7 @@
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<article class="page"> <article class="article">
{{ page.content }} {{ page.content }}
</article> </article>
{% endblock %} {% endblock %}