From 25cef423b76e5288df215ae3923b2a629465414a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 20 May 2023 12:20:58 +0200 Subject: [PATCH] tags: translate breadcrumb and title for taxonomy #532 --- layouts/_default/term.html | 2 +- layouts/partials/header.html | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/layouts/_default/term.html b/layouts/_default/term.html index 5f71eb6a80..a68b224384 100644 --- a/layouts/_default/term.html +++ b/layouts/_default/term.html @@ -9,7 +9,7 @@ {{- if not $title }} {{- $title = .Data.Singular | humanize }} {{- end }} -{{- $title = printf "%s %s %s" $title (default "::" .Site.Params.titleSeparator) (.Title | humanize) }} +{{- $title = printf "%s %s %s" $title (default "::" .Site.Params.titleSeparator) .Title }}

{{ $title }}