fix: paginate recent posts and use params.mainSections
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{{ partial "head.html" . }}
|
||||
|
||||
{{ if isset .Data "Term" }}
|
||||
<h1>Entries tagged - "{{.Data.Term}}"</h1>
|
||||
<h1>Entries tagged - "{{ .Data.Term }}"</h1>
|
||||
{{ else }}
|
||||
<h1 class="page-title">All articles</h1>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user