From 55f5b1b6828fde4d2d602efa2dab4f5fe4767dcd Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Sat, 26 Sep 2015 14:03:45 -0500 Subject: [PATCH] share: remove site baseurl `{{.Permalink}}` has the base URL in the permalink already. I just removed the `{{.Site.BaseURL}}`, but `{{.Site.BaseURL}}{{.RelPermalink}}` could work too. --- layouts/partials/share.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/share.html b/layouts/partials/share.html index 9fb9b6e..ef6c620 100644 --- a/layouts/partials/share.html +++ b/layouts/partials/share.html @@ -1,4 +1,4 @@ - {{ with .Site.Params.tweet }}{{ . }}{{ else }}Tweet{{ end }} + {{ with .Site.Params.tweet }}{{ . }}{{ else }}Tweet{{ end }} {{ with .Site.Params.share }}{{ . }}{{ else }}Share{{ end }} - \ No newline at end of file +