From bdf48827f0d4f49acc9509d2578810d14c82bae7 Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Mon, 2 Feb 2026 08:54:43 +0000 Subject: [PATCH] Update site.cfg The logic seems to be switched https://en.wikipedia.org/wiki/Boolean_data_type where a 0 = true and 1 = false. Should this not be the other way around where 0 = false = off, and 1 = true = on. Setting default to 1 as the site is now switched to Hobby public radio, and the robot picks up the default config. --- site.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.cfg b/site.cfg index f96209c..d4eb96f 100644 --- a/site.cfg +++ b/site.cfg @@ -28,7 +28,7 @@ generator_email: robot.nospam@nospam.hackerpublicradio.org # Is safe for work: 0 for true, 1 for false -- if true substitute # variations of Hobby for Hacker -is_sfw: 0 +is_sfw: 1 # Configure the navigation menu and the content templates for each page # of the site: