mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
theme: correctly define itemprop value #84
This commit is contained in:
parent
f65bacd4cd
commit
03db2cc387
1 changed files with 2 additions and 2 deletions
|
@ -118,9 +118,9 @@
|
|||
{{else}}
|
||||
<li itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement">
|
||||
<meta itemprop="position" content="{{ $depth }}" />
|
||||
<span itemprop="item">
|
||||
<data itemprop="item" value="{{ .page.RelPermalink }}">
|
||||
<span itemprop="name">{{ .page.Title }}</span>
|
||||
</span>
|
||||
</data>
|
||||
</li>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
|
Loading…
Reference in a new issue