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