mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
parent
11bab61386
commit
57a8706d37
@ -1,6 +1,9 @@
|
||||
{{ define "main" }}
|
||||
|
||||
{{- $scope := .Site }}
|
||||
{{- if .Title }}
|
||||
<header class="page-header"><h1>{{ .Title }}</h1></header>{{ $scope = . }}
|
||||
{{ end }}
|
||||
|
||||
{{- $paginator := .Paginate (where $scope.RegularPages ".Params.type" "!=" "page") }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user