diff options
Diffstat (limited to 'dev-random/templates/page.html')
-rw-r--r-- | dev-random/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-random/templates/page.html b/dev-random/templates/page.html index 25acc8e..f0bc3c9 100644 --- a/dev-random/templates/page.html +++ b/dev-random/templates/page.html @@ -3,7 +3,7 @@ {% block title %}{{ super() }} — {{ page.url }}{% endblock title %} {%- block content %} - <section id="page-content"> + <section class="content"> <h1>{{ page.title }}</h1> {{ page.content }} </section> |