diff options
Diffstat (limited to 'mediagoblin/config_spec.ini')
-rw-r--r-- | mediagoblin/config_spec.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index 03243e0b..585aaacf 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -63,6 +63,7 @@ geolocation_map_visible = boolean(default=False) # Theming stuff theme_install_dir = string(default="%(here)s/user_dev/themes/") theme_web_path = string(default="/theme_static/") +theme_linked_assets_dir = string(default="%(here)s/theme_static/") theme = string() |