small fixes

This commit is contained in:
teldra 2022-04-07 16:41:05 +02:00
parent 3af397d142
commit 6ed17e9c56
2 changed files with 0 additions and 3 deletions

View File

@ -30,8 +30,6 @@ featured = 'featured'
#do you want a contact page?
contact = true
debug = true
#do you want an archive?
archive = true

View File

@ -14,7 +14,6 @@
{{- define "main" -}}
{{ if site.Params.debug }}taxonomy.html{{ end }}
{{ $title := lower .Title }}
{{ $title }}
{{- $paginator := slice -}}
{{ $partial := "contentlayouts/list.html" }}
{{ $what := printf ".Params.%s" $title }}