diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html index 9f2ebd5..485c91e 100644 --- a/layouts/partials/page-header.html +++ b/layouts/partials/page-header.html @@ -8,7 +8,7 @@
{{ if not .Params.omit_header_text }}

{{ .Title | default .Site.Title }}

- {{ with .Params.description }} + {{ with .Site.Params.description }}

{{ . }}

diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html index 10a682f..1288b08 100755 --- a/layouts/partials/site-header.html +++ b/layouts/partials/site-header.html @@ -9,7 +9,7 @@

{{ .Title | default .Site.Title }}

- {{ with .Params.description }} + {{ with .Site.Params.description }}

{{ . }}

@@ -25,7 +25,7 @@

{{ .Title | default .Site.Title }}

- {{ with .Params.description }} + {{ with .Site.Params.description }}

{{ . }}