change countrunes to len
This commit is contained in:
parent
98782658f2
commit
6f6aa7c5ae
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue