1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-04-03 07:43:58 +02:00

Revert "list: rm title"

This reverts commit d7d5a15da7e93794f5e6d3811bc284afc18637ed.
This commit is contained in:
Aditya Telange 2020-07-25 10:27:20 +05:30
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") }}