scope differentiates destination over steps
This commit is contained in:
parent
a8217f6241
commit
66d87f22b0
|
@ -1,6 +1,5 @@
|
||||||
{{- if .Parent.IsHome -}}
|
{{- template "scoper" .Parent -}} {{ .Title }}
|
||||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
{{- define "scoper" -}}
|
||||||
{{- else -}}
|
{{- if not .IsHome -}}
|
||||||
{{- partial "scope.html" .Parent }}
|
{{- template "scoper" .Parent }}<a href="{{ .RelPermalink }}">{{ .Title }}</a> > {{ end -}}
|
||||||
> <a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in New Issue