diff --git a/tpl/tplimpl/embedded/templates.autogen.go b/tpl/tplimpl/embedded/templates.autogen.go
index b2c97de6a..e2d1d3c39 100644
--- a/tpl/tplimpl/embedded/templates.autogen.go
+++ b/tpl/tplimpl/embedded/templates.autogen.go
@@ -268,7 +268,8 @@ if (!doNotTrack) {
{{ end }}
-{{ end }}`},
+{{ end }}
+`},
{`schema.html`, `
@@ -347,7 +348,8 @@ if (!doNotTrack) {
{{- end }}
`},
- {`shortcodes/gist.html`, ``},
+ {`shortcodes/gist.html`, `
+`},
{`shortcodes/highlight.html`, `{{ if len .Params | eq 2 }}{{ highlight (trim .Inner "\n\r") (.Get 0) (.Get 1) }}{{ else }}{{ highlight (trim .Inner "\n\r") (.Get 0) "" }}{{ end }}`},
{`shortcodes/instagram.html`, `{{- $pc := .Page.Site.Config.Privacy.Instagram -}}
{{- if not $pc.Disable -}}