mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-20 02:30:09 +00:00
theme: whitespace
This commit is contained in:
parent
ae700e465f
commit
8f2d1d75e2
1 changed files with 1 additions and 1 deletions
|
@ -89,5 +89,5 @@
|
||||||
{{- if $parent }}
|
{{- if $parent }}
|
||||||
{{- template "breadcrumb" dict "page" $parent "depth" $depth }}
|
{{- template "breadcrumb" dict "page" $parent "depth" $depth }}
|
||||||
{{- end }}
|
{{- 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 }}
|
{{- end }}
|
Loading…
Add table
Reference in a new issue