From afbd52f78e20892073a29dbe9c4a4dec75b4ddac Mon Sep 17 00:00:00 2001 From: Marek Janda Date: Mon, 2 Nov 2015 20:49:15 +0100 Subject: [PATCH] Apply absURL on social tag urls --- tpl/template_embedded.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}