diff --git a/layouts/index.html b/layouts/index.html
index 6cce16b..c638055 100755
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -153,19 +153,23 @@
{{ if gt (len (where .Site.RegularPages "Section" "events")) 0 }}
- Upcoming Events
+
{{ range (first 5 (where .Site.RegularPages "Section" "events").ByDate.Reverse) }}
-
-
+
+
+
-
+
{{ end }}
-
{{ end }}
@@ -174,19 +178,23 @@
{{ if gt (len (where .Site.RegularPages "Section" "blog")) 0 }}
- Latest News
+
{{ range (first 5 (where .Site.RegularPages "Section" "blog").ByDate.Reverse) }}
-
-
+
+
+
-
+
{{ end }}
-
{{ end }}
diff --git a/public/index.html b/public/index.html
index f79dd91..fec8813 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1115,28 +1115,34 @@
- Upcoming Events
+
-
-
+
+
+
-
+
-
-
+
+
+
-
+
-
@@ -1145,55 +1151,67 @@
- Latest News
+
-
+
+
-
+
-
+
-
+
+
-
+
-
+
-
+
+
-
+
-
+
-
+
+
-
+
-
+
-
-
+
+
+
-
+
-