From: Marek Janda Date: Mon, 2 Nov 2015 19:49:15 +0000 (+0100) Subject: Apply absURL on social tag urls X-Git-Tag: v0.15~29 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=afbd52f7;p=brevno-suite%2Fhugo Apply absURL on social tag urls --- diff --git a/tpl/template_embedded.go b/tpl/template_embedded.go index f7bd1b20..2a63ba63 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 }}