From f60215a65512fc33719bb298ca8e1a3717682d3b Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Sat, 9 Apr 2022 20:46:46 -0400 Subject: [PATCH] fix description not showing up in header --- layouts/partials/site-header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}

{{ . }}