add params.iam to config
This commit is contained in:
parent
1fee2233ab
commit
ba0a016b74
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ define "main" }}
|
||||
<main>
|
||||
<h2 class="mb-0">I am {{ .Site.Author.name }}</h2>
|
||||
<h2 class="mb-0">{{ .Site.Params.iam }} {{ .Site.Author.name }}</h2>
|
||||
<p>{{ .Site.Author.slogon }}</p>
|
||||
<p>{{ .Site.Author.description }}</p>
|
||||
{{ if eq .Paginator.PageNumber 1 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue