exodus: Only import home.css for the homepage.
[matthijs/projects/wipi.git] / plugin / theme / exodus.py
index daa60d95d87797f07bf53ea249b0ec1abc827817..5a27ef5023541eccb67d398c0dff6d235ae26868 100644 (file)
@@ -19,6 +19,7 @@ class Theme(SiteTheme):
         ]
         if d['page'].page_name == 'Site':
             html.append(self.theme_script('homepage'))
+            html.append(self._stylesheet_link(True, 'screen', 'home'))
 
         return '\n'.join(html)