From a7a29541f80cbb00b862c5387ad293049aefa9d9 Mon Sep 17 00:00:00 2001 From: Gaetan BOGAERT <30294729+bogaertg@users.noreply.github.com> Date: Thu, 10 Sep 2020 18:59:18 +0200 Subject: [PATCH] fix: change taxonomy term and use taxonomy name (#444) @see https://github.com/sjroe/hugo-theme-learn/commit/bf74d9e81c503ec24e44fccde449f58dfed259c9 --- layouts/_default/list.html | 2 +- layouts/partials/header.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index b56e8d48f6..d1ce3ec11c 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -4,7 +4,7 @@ {{ .Content }} {{end}} -{{ if or (eq .Kind "taxonomy") (eq .Kind "taxonomyTerm") }} +{{ if or (eq .Kind "taxonomy") (eq .Kind "term") }}