diff --git a/layouts/_partials/sidebar.html b/layouts/_partials/sidebar.html index eb0bd75..696339e 100644 --- a/layouts/_partials/sidebar.html +++ b/layouts/_partials/sidebar.html @@ -97,7 +97,7 @@ "header" (i18n "sibling-articles") "id" "siblings") -}} {{- end -}} - {{- if not .Site.Params.hideSectionArticles -}} + {{- if not (.Param "hideSectionArticles") -}} {{- $section := or .Section "posts" -}} {{- $header := or (i18n (printf "articles-in-%s" $section)) (i18n "articles-in-section") -}} {{- $related := first 20 (where .Site.RegularPages "Section" $section) -}} diff --git a/layouts/domains/taxonomy.html b/layouts/domains/taxonomy.html deleted file mode 100644 index 23b3933..0000000 --- a/layouts/domains/taxonomy.html +++ /dev/null @@ -1,32 +0,0 @@ -{{ define "main" }} - -
{{ .Content }}
+ +