change countrunes to len

This commit is contained in:
morph 2020-05-26 18:30:25 +02:00
parent 98782658f2
commit 6f6aa7c5ae
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<header>
{{ strings.Repeat ( .Site.Title | countrunes | add 6 ) .Site.Params.title_frame_char }}<br>
{{ strings.Repeat ( .Site.Title | len | add 6 ) .Site.Params.title_frame_char }}<br>
== <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> ==<br>
{{ strings.Repeat ( .Site.Title | countrunes | add 6 ) .Site.Params.title_frame_char }}<br>
{{ strings.Repeat ( .Site.Title | len | add 6 ) .Site.Params.title_frame_char }}<br>
<p>
<div style="float: right;">{{ .Site.Params.subtitle }}</div>
<nav>