mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Support for rel-tag microformat
This commit is contained in:
parent
9daebb0fb0
commit
85ded9d76b
@ -5,7 +5,7 @@
|
||||
<p class="tags">
|
||||
Tags:
|
||||
<% control Tags %>
|
||||
<a href="$Link" title="View all posts tagged '$Tag'">$Tag</a><% if Last %><% else %>,<% end_if %>
|
||||
<a href="$Link" title="View all posts tagged '$Tag'" rel="tag">$Tag</a><% if Last %><% else %>,<% end_if %>
|
||||
<% end_control %>
|
||||
</p>
|
||||
<% end_if %>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<p class="tags">
|
||||
Tags:
|
||||
<% control Tags %>
|
||||
<a href="$Link" title="View all posts tagged '$Tag'">$Tag</a><% if Last %><% else %>,<% end_if %>
|
||||
<a href="$Link" title="View all posts tagged '$Tag'" rel="tag">$Tag</a><% if Last %><% else %>,<% end_if %>
|
||||
<% end_control %>
|
||||
</p>
|
||||
<% end_if %>
|
||||
|
Loading…
Reference in New Issue
Block a user