From dab3f70a9c6b2a04bda59a74de1eeca6b926a449 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 21 Jul 2014 14:19:05 -0400 Subject: [PATCH] Main page events under calendar limited to 2 events The events under the calendar on the main page are now limited to only showing two events. Currently using PHP to achieve this, but will try to switch to flexy. --- templates/template.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/template.html b/templates/template.html index d64b47f..3ffaefc 100755 --- a/templates/template.html +++ b/templates/template.html @@ -77,7 +77,11 @@
More Events
{smallCal:h}
+ + {v[header]} {v[dates]} {v[times]} @@ -94,6 +98,8 @@ {v[loc][city]}, {v[loc][state]} {v[loc][zip]} {end:} --> + + More Events
-- 2.17.1