FIX: should not be needed as we have itemprop='url'

This commit is contained in:
Joffrey JAFFEUX
2018-07-30 09:31:27 -04:00
committed by GitHub
parent dfcb2a0d42
commit d494feaa32

View File

@ -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>