diff --git a/config.toml b/config.toml index 1f4c5b59..f7badae9 100644 --- a/config.toml +++ b/config.toml @@ -30,8 +30,6 @@ featured = 'featured' #do you want a contact page? contact = true - - debug = true #do you want an archive? archive = true diff --git a/themes/buha/layouts/_default/taxonomy.html b/themes/buha/layouts/_default/taxonomy.html index 70413bf0..ac6fb955 100644 --- a/themes/buha/layouts/_default/taxonomy.html +++ b/themes/buha/layouts/_default/taxonomy.html @@ -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 }}