mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
18 lines
667 B
Scheme
18 lines
667 B
Scheme
<div class="post-summary">
|
|
<% if $FeaturedImage %>
|
|
<p class="post-image"><a href="$Link">
|
|
$FeaturedImage.setWidth(795)
|
|
</a></p>
|
|
<% end_if %>
|
|
<h2><a href="$Link">$Title</a></h2>
|
|
<p>$Content.Summary(30,0)</p>
|
|
<div class="post-controls">
|
|
<p class="post-stats">
|
|
<%t Blog.Posted 'Posted' %> $PublishDate.Ago
|
|
| <%t Blog.Tags 'Tags' %>: <% loop $Tags %><a href="$Link">$Title</a><%if not $Last%>,<% end_if %> <% end_loop %>
|
|
| <%t Blog.Categories 'Categories' %>: <% loop $Categories %><a href="$Link">$Title</a><%if not $Last%>,<% end_if %> <% end_loop %>
|
|
</p>
|
|
<p><a href="$Link"><%t Blog.ReadMore 'Read More' %> ></a></p>
|
|
</div>
|
|
</div>
|