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