diff --git a/app/helpers/layout_helper.rb b/app/helpers/layout_helper.rb index 92e72cc..57687c7 100644 --- a/app/helpers/layout_helper.rb +++ b/app/helpers/layout_helper.rb @@ -86,7 +86,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