diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 7cdde54..75da59c 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -20,7 +20,7 @@

{{ .Date.Format "02 Jan 2006, 15:04" }}

{{ end }} {{ if isset .Params "categories" }} under - {{ $baseUrl := .Site.BaseUrl }} + {{ $baseUrl := .Site.BaseURL }} {{ range .Params.categories }}{{ . }}{{ end }} {{ end }}

diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 034de6b..78cf78c 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -19,7 +19,7 @@

{{ .Date.Format "02 Jan 2006, 15:04" }}

{{ end }} {{ if isset .Params "categories" }} under - {{ $baseUrl := .Site.BaseUrl }} + {{ $baseUrl := .Site.BaseURL }} {{ range .Params.categories }}{{ . }}{{ end }} {{ end }}

diff --git a/layouts/index.html b/layouts/index.html index dc42fda..5407bb8 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -20,7 +20,7 @@

{{ .Date.Format "02 Jan 2006, 15:04" }}

{{ end }} {{ if isset .Params "categories" }} under - {{ $baseUrl := .Site.BaseUrl }} + {{ $baseUrl := .Site.BaseURL }} {{ range .Params.categories }}{{ . }}{{ end }} {{ end }}

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6de2183..f7c260f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,4 +5,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d01918d..66e70e1 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -18,14 +18,14 @@ - {{ "" | safeHtml }} - {{ "" | safeHtml }} + {{ "" | safeHTML }} + {{ "" | safeHTML }} - {{ "" | safeHtml }} + {{ "" | safeHTML }} - + diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html index e3320f3..378968d 100644 --- a/layouts/partials/pagination.html +++ b/layouts/partials/pagination.html @@ -2,13 +2,13 @@