diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html
index aad8749..166827c 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 }}
{{ . }}