diff --git a/layouts/shortcodes/columns.html b/layouts/shortcodes/columns.html index 75ee341..05ee0e1 100644 --- a/layouts/shortcodes/columns.html +++ b/layouts/shortcodes/columns.html @@ -1,7 +1,7 @@
{{ range split .Inner "<--->" }}
- {{ . | $.Page.RenderString }} + {{ . | safeHTML }}
{{ end }}