remove useless breadcrumb workaround
This commit is contained in:
parent
a1a78c9a3d
commit
d1f6e89c74
1 changed files with 1 additions and 9 deletions
|
@ -1,14 +1,6 @@
|
|||
{{ if not .IsHome }}
|
||||
{{- range .Ancestors.Reverse }}
|
||||
{{ if eq .Title "Arttags" }}
|
||||
<a href="/art/tags">Tags</a>
|
||||
{{ else }}
|
||||
{{ if eq .Title "Characters" }}
|
||||
<a href="/art/characters">Characters</a>
|
||||
{{ else }}
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<span> / </span>
|
||||
{{- end }}
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue