From 2b09fc88e09a273328618fc384208cc48bf1138c Mon Sep 17 00:00:00 2001 From: morph Date: Wed, 27 May 2020 01:39:35 +0200 Subject: [PATCH] remove title_frame_char variable --- layouts/partials/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 14da3a8..437fbc8 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,7 +1,7 @@
- {{ strings.Repeat ( .Site.Title | len | add 6 ) .Site.Params.title_frame_char }}
+ {{ strings.Repeat ( .Site.Title | len | add 6 ) "=" }}
== {{ .Site.Title }} ==
- {{ strings.Repeat ( .Site.Title | len | add 6 ) .Site.Params.title_frame_char }}
+ {{ strings.Repeat ( .Site.Title | len | add 6 ) "=" }}

{{ .Site.Params.subtitle }}