FIX closing p tag

This commit is contained in:
micmania1 2016-05-31 11:37:26 +12:00
parent bc151e1591
commit 198d3550fc
1 changed files with 4 additions and 3 deletions

View File

@ -13,14 +13,15 @@
</p>
<% if $Summary %>
<p>$Summary
$Summary
<% else %>
<p>$Excerpt
<p>$Excerpt</p>
<% end_if %>
<p>
<a href="$Link">
<%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>
</a>
</p>
<% include EntryMeta %>
</div>