From 128b74318cf72c8bc0f4f02ee476805997333db4 Mon Sep 17 00:00:00 2001 From: Sam Robbins Date: Wed, 26 Aug 2020 15:31:48 +0100 Subject: Allow for disabling the Leadership and Teamwork section in about --- layouts/about/list.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/about/list.html b/layouts/about/list.html index 1342343..ff7966d 100644 --- a/layouts/about/list.html +++ b/layouts/about/list.html @@ -21,6 +21,7 @@ +{{ if .Site.Data.about.leadership.enable }}
@@ -52,5 +53,6 @@
+{{end}} {{ end }} \ No newline at end of file -- cgit v1.2.3