Skip to content

Commit

Permalink
FIX closing p tag
Browse files Browse the repository at this point in the history
  • Loading branch information
micmania1 committed May 30, 2016
1 parent bc151e1 commit 198d355
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions templates/Includes/PostSummary.ss
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 198d355

Please sign in to comment.