2015-03-23 11:18:02 +13:00
|
|
|
<div class="post-summary">
|
2015-06-03 13:17:44 +12:00
|
|
|
<h2>
|
|
|
|
<a href="$Link" title="<%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>">
|
|
|
|
<% if $MenuTitle %>$MenuTitle
|
|
|
|
<% else %>$Title<% end_if %>
|
|
|
|
</a>
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
<p class="post-image">
|
2016-03-20 20:32:03 -03:00
|
|
|
<a href="$Link" title="<%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>">
|
2015-06-03 13:17:44 +12:00
|
|
|
$FeaturedImage.setWidth(795)
|
|
|
|
</a>
|
|
|
|
</p>
|
2015-03-23 11:18:02 +13:00
|
|
|
|
2015-04-13 17:11:34 +12:00
|
|
|
<% if $Summary %>
|
2016-05-31 11:37:26 +12:00
|
|
|
$Summary
|
2015-04-13 17:11:34 +12:00
|
|
|
<% else %>
|
2016-05-31 11:37:26 +12:00
|
|
|
<p>$Excerpt</p>
|
2015-04-13 17:11:34 +12:00
|
|
|
<% end_if %>
|
2016-05-31 11:37:26 +12:00
|
|
|
<p>
|
2015-04-13 17:11:34 +12:00
|
|
|
<a href="$Link">
|
|
|
|
<%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>
|
|
|
|
</a>
|
|
|
|
</p>
|
2016-05-31 11:37:26 +12:00
|
|
|
|
2015-06-03 13:17:44 +12:00
|
|
|
<% include EntryMeta %>
|
|
|
|
</div>
|