diff --git a/themes/red/layouts/_default/listart.html b/themes/red/layouts/_default/listart.html index 1bfdf4d..b3dcec8 100644 --- a/themes/red/layouts/_default/listart.html +++ b/themes/red/layouts/_default/listart.html @@ -3,7 +3,7 @@
{{ end }} diff --git a/themes/red/layouts/partials/breadcrumbs.html b/themes/red/layouts/partials/breadcrumbs.html index cb79a3c..074c0d7 100644 --- a/themes/red/layouts/partials/breadcrumbs.html +++ b/themes/red/layouts/partials/breadcrumbs.html @@ -1,6 +1,15 @@ {{ if not .IsHome }} {{- range .Ancestors.Reverse }} - {{ .Title }} / + {{ if eq .Title "Arttags" }} + Tags + {{ else }} + {{ if eq .Title "Characters" }} + Characters + {{ else }} + {{ .Title }} + {{ end }} + {{ end }} + / {{- end }} {{ .Title }} {{ end }}