mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +00:00
theme: fix line break causing Hugo to hick up #139
This commit is contained in:
parent
59e2f19169
commit
d071d2d2a3
1 changed files with 1 additions and 2 deletions
|
@ -1,2 +1 @@
|
|||
{{ if .Params.menuPost }}{{ .Params.menuPost | safeHTML }}{{ else }}{{ .Params.
|
||||
Post | safeHTML }}{{ end }}
|
||||
{{ if .Params.menuPost }}{{ .Params.menuPost | safeHTML }}{{ else }}{{ .Params.Post | safeHTML }}{{ end }}
|
Loading…
Reference in a new issue