From f21a4f3163223fb5f4587ab202c8da09fbd60c8a Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 5 Nov 2017 11:20:59 +0000 Subject: [PATCH] We use HTML5, so no --- themes/schliesspendel/layouts/partials/guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/schliesspendel/layouts/partials/guide.html b/themes/schliesspendel/layouts/partials/guide.html index 67a2cc0..23fb9b0 100644 --- a/themes/schliesspendel/layouts/partials/guide.html +++ b/themes/schliesspendel/layouts/partials/guide.html @@ -2,7 +2,7 @@
{{ .Site.Params.Guide.heading }}
{{ range .Site.Params.Guide.step }}
-
{{ .text | plainify }}
+
{{ .text | plainify }}

{{ .text | safeHTML }}

{{ end }}