X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=conf%2Fextinction.py;h=9046bcbff78c11e3301c53e6e3df6d7220105e1b;hb=58b669cdbac3fe8ef8c3bbab9a66c0307825f6eb;hp=3137da196b37b9c399fa8b19e5b407fe1abbd3f8;hpb=0beb2436f9cf59b5d0767f3e04f3e3df8cc63879;p=matthijs%2Fprojects%2Fwipi.git diff --git a/conf/extinction.py b/conf/extinction.py index 3137da1..9046bcb 100644 --- a/conf/extinction.py +++ b/conf/extinction.py @@ -23,6 +23,10 @@ class Config(FarmConfig): editor_force = True editor_default = 'text' # internal default, just for completeness - theme_default = 'classic' + # Use a site-theme for /Site/ and a normal wiki theme for the rest. + proxy_theme_mapping = [ + ('/Site/', 'extinction'), + ('', 'modernized'), + ] # vim: set ts=8 sts=4 sw=4 expandtab: