diff options
Diffstat (limited to 'themes/bear/templates/page.html')
-rw-r--r-- | themes/bear/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bear/templates/page.html b/themes/bear/templates/page.html index 89de955..996f229 100644 --- a/themes/bear/templates/page.html +++ b/themes/bear/templates/page.html @@ -15,7 +15,7 @@ </p> {%- endif %} {%- endif %} - <main> + <main id="content"> {{ page.content | safe }} </main> <p> |