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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>