diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html index 8fbaea3..3891c45 100644 --- a/layouts/partials/page-header.html +++ b/layouts/partials/page-header.html @@ -6,11 +6,11 @@ {{ partial "site-navigation.html" . }}
{{ if not .Params.omit_header_text }} -

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

+
{{ .Title | default .Site.Title }}
{{ with .Params.description }} -

+
{{ . }} -

+
{{ end }} {{ end }}