Add site title banner
This commit is contained in:
parent
14f097c70c
commit
df3366a3db
3 changed files with 27 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
{{ $pagination := .Paginate (where .Site.RegularPages "Params.hidden" "!=" true) }}
|
||||
{{ partial "pagination.html" $pagination }}
|
||||
{{ if eq $pagination.PageNumber 1 }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ partial "content.html" .Content }}
|
||||
{{ end }}
|
||||
{{ $scratch := newScratch }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue