some bug fixes
This commit is contained in:
parent
ba0a016b74
commit
9c7334cb65
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<main>
|
||||
<h2 class="mb-0">{{ .Site.Params.iam }} {{ .Site.Author.name }}</h2>
|
||||
<p>{{ .Site.Author.slogon }}</p>
|
||||
<p>{{ .Site.Author.description }}</p>
|
||||
<p>{{ .Site.Author.description | markdownify | safeHTML }}</p>
|
||||
{{ if eq .Paginator.PageNumber 1 }}
|
||||
<h3>Recent Posts</h3>
|
||||
{{ else }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue