FIX: should not be needed as we have itemprop='url'
This commit is contained in:
parent
dfcb2a0d42
commit
d494feaa32
|
@ -44,7 +44,7 @@
|
|||
<div itemprop='itemListElement' itemscope itemtype='http://schema.org/ListItem'>
|
||||
<meta itemprop='position' content='<%= i %>'>
|
||||
<meta itemprop='url' content='<%= t.url %>'>
|
||||
<a href='<%= t.url %>' itemprop='item'>
|
||||
<a href='<%= t.url %>'>
|
||||
<span itemprop='name'><%= t.title %></span>
|
||||
</a>
|
||||
<span class="page-links"><%= page_links(t) %></span>
|
||||
|
|
Loading…
Reference in New Issue