about summary refs log tree commit diff stats
path: root/themes/bear/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bear/templates/page.html')
-rw-r--r--themes/bear/templates/page.html2
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 %}