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,10 +5,10 @@
|
|||||||
<p class="tags">
|
<p class="tags">
|
||||||
Tags:
|
Tags:
|
||||||
<% control 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 %>
|
<% end_control %>
|
||||||
</p>
|
</p>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
<p>$ParagraphSummary</p>
|
<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>
|
<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>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<p class="tags">
|
<p class="tags">
|
||||||
Tags:
|
Tags:
|
||||||
<% control 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 %>
|
<% end_control %>
|
||||||
</p>
|
</p>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
@ -20,4 +20,4 @@
|
|||||||
|
|
||||||
$PageComments
|
$PageComments
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user