From 5ae3f3f797d69f7be605b7ad5ae66baa5eb6d5a8 Mon Sep 17 00:00:00 2001 From: Benjamin D Steffen Date: Sun, 20 Feb 2022 13:54:43 -0500 Subject: [PATCH] Allow embeds on office page for door tracker --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 979cce3..bdb11ae 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -111,7 +111,7 @@ my %common_setup_args = ( # htmlscrubber plugin # PageSpec specifying pages not to scrub #htmlscrubber_skip => '!*/Discussion', - htmlscrubber_skip => 'calendar', + htmlscrubber_skip => 'calendar or office', # inline plugin # enable rss feeds by default? -- 2.45.0