diff --git a/tpl/template_embedded.go b/tpl/template_embedded.go index f7bd1b20e..2a63ba636 100644 --- a/tpl/template_embedded.go +++ b/tpl/template_embedded.go @@ -131,7 +131,7 @@ func (t *GoHTMLTemplate) EmbedTemplates() { {{ with .Params.images }}{{ range first 6 . }} - + {{ end }}{{ end }} {{ if not .Date.IsZero }}{{ end }}{{ with .Params.audio }} @@ -139,7 +139,7 @@ func (t *GoHTMLTemplate) EmbedTemplates() { {{ end }}{{ with .Site.Params.title }} {{ end }}{{ with .Params.videos }} {{ range .Params.videos }} - + {{ end }}{{ end }} @@ -170,7 +170,7 @@ func (t *GoHTMLTemplate) EmbedTemplates() { {{ with .Params.images }} - + {{ else }} {{ end }} @@ -197,7 +197,7 @@ func (t *GoHTMLTemplate) EmbedTemplates() { {{ if not .Date.IsZero }}{{ end }} {{ with .Params.images }}{{ range first 6 . }} - + {{ end }}{{ end }}