diff --git a/themes/cns_hp_theme/layouts/partials/main_menu.html b/themes/cns_hp_theme/layouts/partials/main_menu.html
index d961db08d129e46a448ccd12fbc8236519171714..5f1bd01073573eda81c43854f89b6b5bc3d93448 100644
--- a/themes/cns_hp_theme/layouts/partials/main_menu.html
+++ b/themes/cns_hp_theme/layouts/partials/main_menu.html
@@ -19,21 +19,21 @@
{{ if eq .Identifier "lab" }}
-
- {{ range .Children }}
- {{ $nm := .Name }}
- {{ $w := .Weight }}
- {{ $pt := .URL | relLangURL }}
-
- {{ range $.Site.RegularPages }}
- {{ if (.Param "mktile") }}
- {{ if eq .Weight $w }}
-

{{ $nm }}
+
+ {{ range .Children }}
+ {{ $nm := .Name }}
+ {{ $w := .Weight }}
+ {{ $pt := .URL | relLangURL }}
+
+ {{ range $.Site.RegularPages }}
+ {{ if (.Param "mktile") }}
+ {{ if eq .Weight $w }}
+

{{ $nm }}
+ {{ end }}
{{ end }}
{{ end }}
{{ end }}
- {{ end }}
-
+
@@ -55,7 +55,19 @@
{{ end }}
{{ else }}
-
+
+
+
+ {{ if eq .URL "/events" }}
+
+
+
This is where the upcoming events will be listed.
+
+
+ {{ else }}
+
+ {{ end }}
+
{{ end }}
{{ end }}