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