forked from HPR/hpr_generator
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.
This commit is contained in:
2
site.cfg
2
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:
|
||||
|
||||
Reference in New Issue
Block a user