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>
|
</p>
|
||||||
|
|
||||||
<% if $Summary %>
|
<% if $Summary %>
|
||||||
<p>$Summary
|
$Summary
|
||||||
<% else %>
|
<% else %>
|
||||||
<p>$Excerpt
|
<p>$Excerpt</p>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
|
<p>
|
||||||
<a href="$Link">
|
<a href="$Link">
|
||||||
<%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>
|
<%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<% include EntryMeta %>
|
<% include EntryMeta %>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user