Initial Commit
This commit is contained in:
6
themes/hugo-coder/layouts/partials/home/author.html
Normal file
6
themes/hugo-coder/layouts/partials/home/author.html
Normal file
@ -0,0 +1,6 @@
|
||||
<h1>{{ .Site.Params.author }}</h1>
|
||||
{{ if reflect.IsSlice .Site.Params.info }}
|
||||
<h2>{{ range .Site.Params.info }}{{ . | markdownify }}<br>{{ end}}</h2>
|
||||
{{ else }}
|
||||
<h2>{{ .Site.Params.info | markdownify }} </h2>
|
||||
{{ end }}
|
Reference in New Issue
Block a user