diff options
-rw-r--r-- | templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index 48b920e..89de955 100644 --- a/templates/page.html +++ b/templates/page.html @@ -16,7 +16,7 @@ {%- endif %} {%- endif %} <main> - {{ page.content | indent | safe }} + {{ page.content | safe }} </main> <p> {%- if page.taxonomies %} |