BUGFIX: error in pagination of section and default name of moments in section
This commit is contained in:
parent
b51aa2f4a9
commit
22233739dc
2 changed files with 14 additions and 17 deletions
|
@ -38,7 +38,7 @@
|
|||
{{ with $page.Params.name }}
|
||||
{{ . }}
|
||||
{{ else }}
|
||||
{{ $site.Params.name }}
|
||||
{{ $page.Site.Params.name }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue