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

8 lines
264 B
HTML
Raw Normal View History

<span class="exposed">
{{- template "scoper" .Parent -}} <span class="title">{{ .Title }}</span>
</span>
{{- define "scoper" -}}
{{- if not .IsHome -}}
{{- template "scoper" .Parent }}<a href="{{ .RelPermalink }}">{{ .Title }}</a> > {{ end -}}
2020-11-16 14:56:39 +01:00
{{- end -}}