diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 437fbc8..d3088ff 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,9 +1,9 @@
{{ strings.Repeat ( .Site.Title | len | add 6 ) "=" }}
== {{ .Site.Title }} ==
- {{ strings.Repeat ( .Site.Title | len | add 6 ) "=" }}
+ {{ strings.Repeat ( .Site.Title | len | add 6 ) "=" }} +
{{ .Site.Params.subtitle }}

-

{{ .Site.Params.subtitle }}