list: rm title

This commit is contained in:
Aditya Telange 2020-07-20 19:36:48 +05:30
parent 9e88deff8f
commit d7d5a15da7

View File

@ -1,9 +1,6 @@
{{- partial "header.html" . }}
{{- $scope := .Site }}
{{- if .Title }}
<header class="page-header"><h1>{{ .Title }}</h1></header>{{ $scope = . }}
{{ end }}
{{- $paginator := .Paginate (where $scope.RegularPages ".Params.type" "!=" "page") }}