diff options
Diffstat (limited to 'theme/templates/page.html')
| -rw-r--r-- | theme/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html index a302c4b..6c22589 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -3,6 +3,6 @@ {% block main %} <article> <h1>{{ post.title }}</h1> - <div class="page-body">{{ post.html | safe }}</div> + <div>{{ post.html | safe }}</div> </article> {% endblock %} |
