diff --git a/theme/templates/article.html b/theme/templates/article.html index 024ddd3..b774bdb 100644 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -12,7 +12,7 @@ article.title }}{% endif {% endblock content_header %} {% block content_body %} -
+
{% if article.content | length is eq(0) %}
{% endif %} @@ -32,5 +32,5 @@ article.title }}{% endif
{% endif %} -
+ {% endblock content_body %} \ No newline at end of file diff --git a/theme/templates/page.html b/theme/templates/page.html index 1bc4547..1e0f272 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -10,8 +10,13 @@ {% endblock content_header %} {% block content_body %} -
{{ page.content }}
+
+{{ page.content }} +
{% endblock content_body %} {% block content_footer %} +{% if page.last_line is defined %} +

{{ page.last_line }}

+{% endif %} {% endblock content_footer %} \ No newline at end of file