diff options
-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 001fdee..93611b5 100644 --- a/themes/bear/templates/page.html +++ b/themes/bear/templates/page.html @@ -14,7 +14,7 @@ {%- endif %} {%- endif %} <main id="content"> - {{ page.content | trim | indent | safe }} + {{ page.content | trim | safe }} </main> <ul class="tags"> {%- if page.taxonomies %} |