mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 10:31:39 +01:00
list: rm title
This commit is contained in:
parent
9e88deff8f
commit
d7d5a15da7
@ -1,9 +1,6 @@
|
|||||||
{{- partial "header.html" . }}
|
{{- partial "header.html" . }}
|
||||||
|
|
||||||
{{- $scope := .Site }}
|
{{- $scope := .Site }}
|
||||||
{{- if .Title }}
|
|
||||||
<header class="page-header"><h1>{{ .Title }}</h1></header>{{ $scope = . }}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{- $paginator := .Paginate (where $scope.RegularPages ".Params.type" "!=" "page") }}
|
{{- $paginator := .Paginate (where $scope.RegularPages ".Params.type" "!=" "page") }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user