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,10 +5,10 @@
<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 %>
<p>$ParagraphSummary</p>
<p class="blogVitals"><a href="$Link#PageComments_holder" class="comments" title="View Comments for this post">$Comments.Count comments</a> | <a href="$Link" class="readmore" title="Read Full Post">Read the full post</a></p>
</div>
</div>

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 %>
@ -20,4 +20,4 @@
$PageComments
</div>
</div>