bop-hugo-theme/layouts/partials/scope.html

7 lines
231 B
HTML

{{- template "scoper" .Parent -}}<span class="title">{{ .Title }}</span>
{{- define "scoper" -}}
{{- if not .IsHome -}}
{{- template "scoper" .Parent }}<a href="{{ .RelPermalink }}">{{ .Title }}</a> > {{ end -}}
{{- end -}}