diff --git a/app/helpers/layout_helper.rb b/app/helpers/layout_helper.rb index 1139aba..9780dcc 100644 --- a/app/helpers/layout_helper.rb +++ b/app/helpers/layout_helper.rb @@ -93,7 +93,7 @@ module LayoutHelper end def theme_stylesheet_path - "/assets#{theme_path}/style.css" + "#{theme_path}/style.css".gsub(%r{^/}, '') end def layout_template -- libgit2 0.21.2