diff options
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index 4cf03c7..54b049f 100644 --- a/templates/page.html +++ b/templates/page.html @@ -48,7 +48,7 @@ {% endif %} {% endblock %} {% block content %} - <div class="post-container"> + <div class="post-container full"> {{ page.content | safe }} </div> {% endblock %} |