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

7 lines
189 B
HTML
Raw Normal View History

2020-11-16 17:50:05 +01:00
{{- if .Parent.IsHome -}}
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
{{- else -}}
{{- partial "scope.html" .Parent }}
> <a href="{{ .RelPermalink }}">{{ .Title }}</a>
2020-11-16 14:56:39 +01:00
{{- end -}}