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? #do you want a contact page?
contact = true contact = true
debug = true
#do you want an archive? #do you want an archive?
archive = true archive = true

View File

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