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

6 lines
204 B
HTML

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