Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/colorchestra/smol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorph <morph@posteo.de>2020-05-27 02:39:35 +0300
committermorph <morph@posteo.de>2020-05-27 02:39:35 +0300
commit2b09fc88e09a273328618fc384208cc48bf1138c (patch)
treef2dd690f4c046fbd8bf92a67d78edbed66e2cfbc
parent8a6618c4fed3f45c9b8c0dfe6f73c3e5822fe3dc (diff)
remove title_frame_char variable
-rw-r--r--layouts/partials/header.html4
1 files 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 @@
<header>
- {{ strings.Repeat ( .Site.Title | len | add 6 ) .Site.Params.title_frame_char }}<br>
+ {{ strings.Repeat ( .Site.Title | len | add 6 ) "=" }}<br>
== <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> ==<br>
- {{ strings.Repeat ( .Site.Title | len | add 6 ) .Site.Params.title_frame_char }}<br>
+ {{ strings.Repeat ( .Site.Title | len | add 6 ) "=" }}<br>
<p>
<div style="float: right;">{{ .Site.Params.subtitle }}</div>
<nav>