theme: whitespace

This commit is contained in:
Sören Weber 2022-02-06 16:47:00 +01:00
parent ae700e465f
commit 8f2d1d75e2
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -89,5 +89,5 @@
{{- if $parent }}
{{- template "breadcrumb" dict "page" $parent "depth" $depth }}
{{- end }}
<li itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><meta itemprop="position" content="{{ $depth }}" /><a itemprop="item" href="{{ .page.RelPermalink }}"{{if not .depth}} aria-disabled="true"{{end}}><span itemprop="name">{{ .page.Title }}</span></a>{{ if .depth }} > {{ end }}</li>
<li itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><meta itemprop="position" content="{{ $depth }}" /><a itemprop="item" href="{{ .page.RelPermalink }}"{{if not .depth}} aria-disabled="true"{{end}}><span itemprop="name">{{ .page.Title }}</span></a>{{ if .depth }} > {{ end }}</li>
{{- end }}