diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 2f388f7..83209d5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,5 +1,5 @@ {{ partial "header.html" . }} -{{ $baseurl := .Site.BaseURL | sanitizeurl }} +{{ $baseurl := .Site.BaseURL }} {{ $author := .Site.Params.Author }} {{ if .Params.Author }} {{ $author = .Params.Author }} @@ -41,4 +41,4 @@