diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html index 10a682f..2ecb66e 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 .Param "description" }}

{{ . }}