From d071d2d2a3d68b200cb0bf984288588bb28697c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 3 Jul 2022 17:22:14 +0200 Subject: [PATCH] theme: fix line break causing Hugo to hick up #139 --- layouts/partials/menu-post.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/partials/menu-post.html b/layouts/partials/menu-post.html index 1fc85c3b34..51863524d0 100644 --- a/layouts/partials/menu-post.html +++ b/layouts/partials/menu-post.html @@ -1,2 +1 @@ -{{ if .Params.menuPost }}{{ .Params.menuPost | safeHTML }}{{ else }}{{ .Params. - Post | safeHTML }}{{ end }} \ No newline at end of file +{{ if .Params.menuPost }}{{ .Params.menuPost | safeHTML }}{{ else }}{{ .Params.Post | safeHTML }}{{ end }} \ No newline at end of file