mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BUG: Fixed #92 correcting template to use lazyload
This commit is contained in:
parent
573ad1bda8
commit
59c58c3f2c
@ -10,7 +10,7 @@
|
||||
</p>
|
||||
<% end_if %>
|
||||
|
||||
<% if BlogHolder.ShowFullEntry %>
|
||||
<% if BlogHolder.ShowFullEntry_Lazy %>
|
||||
$Content
|
||||
<% else %>
|
||||
<p>$Content.FirstParagraph(html)</p>
|
||||
|
Loading…
Reference in New Issue
Block a user