mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
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…
x
Reference in New Issue
Block a user