mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
FIX closing p tag
This commit is contained in:
parent
bc151e1591
commit
198d3550fc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user