diff options
author | Alan Pearce | 2023-04-26 13:32:08 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-26 13:32:08 +0200 |
commit | fe37fcf3daa0eaafc1236050ac95b5d4ba21bcd2 (patch) | |
tree | feacc5b052c4f57e6aa56c0dd5600dff5b5daf34 | |
parent | 40881d13b8042cb0fabf9a92ed38a21cdf6c8d2e (diff) | |
parent | ae781218b47b1ec5664fef6d883b9cc96bda9ce7 (diff) | |
download | website-fe37fcf3daa0eaafc1236050ac95b5d4ba21bcd2.tar.lz website-fe37fcf3daa0eaafc1236050ac95b5d4ba21bcd2.tar.zst website-fe37fcf3daa0eaafc1236050ac95b5d4ba21bcd2.zip |
Merge branch 'main' into microformats2
-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 %} |