mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
Added css class to blog post titles
This commit is contained in:
parent
0adb9da466
commit
baa470dd10
@ -1,5 +1,5 @@
|
||||
<div class="blogSummary">
|
||||
<h2><a href="$Link" title="<% _t('VIEWFULL', 'View full post titled -') %> '$Title'">$MenuTitle</a></h2>
|
||||
<h2 class="postTitle"><a href="$Link" title="<% _t('VIEWFULL', 'View full post titled -') %> '$Title'">$MenuTitle</a></h2>
|
||||
<p class="authorDate"><% _t('POSTEDBY', 'Posted by') %> $Author.XML <% _t('POSTEDON', 'on') %> $Date.Long | <a href="$Link#PageComments_holder" title="View Comments Posted">$Comments.Count <% _t('COMMENTS', 'Comments') %></a></p>
|
||||
<% if TagsCollection %>
|
||||
<p class="tags">
|
||||
|
@ -3,7 +3,7 @@
|
||||
<% include BreadCrumbs %>
|
||||
|
||||
<div class="blogEntry">
|
||||
<h2>$Title</h2>
|
||||
<h2 class="postTitle">$Title</h2>
|
||||
<p class="authorDate"><% _t('POSTEDBY', 'Posted by') %> $Author.XML <% _t('POSTEDON', 'on') %> $Date.Long | $Comments.Count <% _t('COMMENTS', 'Comments') %></p>
|
||||
<% if TagsCollection %>
|
||||
<p class="tags">
|
||||
|
Loading…
x
Reference in New Issue
Block a user