diff --git a/themes/red/layouts/partials/breadcrumbs.html b/themes/red/layouts/partials/breadcrumbs.html
index 074c0d7..80ebc9a 100644
--- a/themes/red/layouts/partials/breadcrumbs.html
+++ b/themes/red/layouts/partials/breadcrumbs.html
@@ -1,14 +1,6 @@
{{ if not .IsHome }}
{{- range .Ancestors.Reverse }}
- {{ if eq .Title "Arttags" }}
- Tags
- {{ else }}
- {{ if eq .Title "Characters" }}
- Characters
- {{ else }}
- {{ .Title }}
- {{ end }}
- {{ end }}
+ {{ .Title }}
/
{{- end }}
{{ .Title }}