Get about text through variables
The about line beneth the headline on the start page was fixed. Now the content of the params.about variables is used.
This commit is contained in:
parent
624575b430
commit
b4cf893d6f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{{ define "main" }}
|
||||
<header>
|
||||
<h1>{{ .Site.Title }}</h1>
|
||||
<h3>I compose music and write stuff</h3>
|
||||
<h3>{{ .Site.Params.about }}</h3>
|
||||
</header>
|
||||
|
||||
{{ .Content }}
|
||||
|
|
Loading…
Reference in a new issue