From 163131fca071fac0659fe9b5c0e1ad925f6a942c Mon Sep 17 00:00:00 2001 From: John Mertic Date: Sun, 1 Oct 2023 11:04:07 -0400 Subject: [PATCH] Only show debug code in local testing Signed-off-by: John Mertic --- _layouts/default.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index f43dde2..1317b3a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -44,7 +44,7 @@ {% else %} {% assign committee_members = site.data[data-source].Data | where:'VotingStatus', 'Voting Rep' %} {% endcase %} - +{% if jekyll.environment == "development" %} +{% endif %} {{ content }} {% include {{render}}.html committee_members=committee_members %}