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 }}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
display: block;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
margin: 1em 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue