From 2d1d33673d82c5073335e18944744606a71a5029 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 1 Aug 2019 14:05:20 +0200 Subject: [PATCH] tpl: Regenerate templates --- tpl/tplimpl/embedded/templates.autogen.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tpl/tplimpl/embedded/templates.autogen.go b/tpl/tplimpl/embedded/templates.autogen.go index b2c97de6..e2d1d3c3 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 -}} -- 2.30.2