Support for rel-tag microformat

This commit is contained in:
Andrew O'Neil 2007-11-23 08:38:14 +00:00
parent 9daebb0fb0
commit 85ded9d76b
2 changed files with 4 additions and 4 deletions

View File

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

View File

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