From 59c58c3f2c2b5c3691fdff1f8b2d110cc8baadcc Mon Sep 17 00:00:00 2001 From: Kirk Mayo Date: Fri, 9 Aug 2013 12:31:54 +1200 Subject: [PATCH] BUG: Fixed #92 correcting template to use lazyload --- templates/Includes/BlogSummary.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Includes/BlogSummary.ss b/templates/Includes/BlogSummary.ss index 5e71f31..bd524a0 100644 --- a/templates/Includes/BlogSummary.ss +++ b/templates/Includes/BlogSummary.ss @@ -9,8 +9,8 @@ <% end_loop %>

<% end_if %> - - <% if BlogHolder.ShowFullEntry %> + + <% if BlogHolder.ShowFullEntry_Lazy %> $Content <% else %>

$Content.FirstParagraph(html)