Initial commit
This commit is contained in:
parent
1228692325
commit
dbe51f693d
23 changed files with 1924 additions and 0 deletions
1
layouts/partials/header.html
Normal file
1
layouts/partials/header.html
Normal file
|
@ -0,0 +1 @@
|
|||
{{ if and .IsHome (eq .Paginator.PageNumber 1) }}{{ .Site.Params.HomepageHeader | safeHTML }}{{ else }}<a href="/">« Home</a>{{ end }}
|
Reference in a new issue