aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config_sample.rb')
-rw-r--r--config_sample.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config_sample.rb b/config_sample.rb
index aac1ff8..0441d8c 100644
--- a/config_sample.rb
+++ b/config_sample.rb
@@ -79,3 +79,7 @@ NOTICE
}
notice += "</table>"
NOTICE = notice
+
+# choose a default stylesheet
+# e.g., "classic.css", "css/foobar.css", ...
+DEFAULT_CSS = "default.css"