1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-07-30 21:40:47 +02:00

Remove raw Twig filter when outputting Pico's content variable

See e0415c8c1d for more details
This commit is contained in:
Daniel Rudolf
2019-10-26 14:03:38 +02:00
parent 8df986b02e
commit 83a9b6ad59

View File

@@ -44,7 +44,7 @@
<div id="main">
<div class="container">
{{ content|raw }}
{{ content }}
</div>
</div>