BUG: Fixed #92 correcting template to use lazyload

This commit is contained in:
Kirk Mayo 2013-08-09 12:31:54 +12:00
parent 573ad1bda8
commit 59c58c3f2c

View File

@ -9,8 +9,8 @@
<% end_loop %>
</p>
<% end_if %>
<% if BlogHolder.ShowFullEntry %>
<% if BlogHolder.ShowFullEntry_Lazy %>
$Content
<% else %>
<p>$Content.FirstParagraph(html)</p>