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
@ -9,8 +9,8 @@
|
|||||||
<% end_loop %>
|
<% end_loop %>
|
||||||
</p>
|
</p>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
|
|
||||||
<% if BlogHolder.ShowFullEntry %>
|
<% if BlogHolder.ShowFullEntry_Lazy %>
|
||||||
$Content
|
$Content
|
||||||
<% else %>
|
<% else %>
|
||||||
<p>$Content.FirstParagraph(html)</p>
|
<p>$Content.FirstParagraph(html)</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user