X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=plugin%2Ftheme%2Fexodus.py;fp=plugin%2Ftheme%2Fexodus.py;h=5a27ef5023541eccb67d398c0dff6d235ae26868;hb=dc5446c2a78824316454d2d14102b010bf013f61;hp=daa60d95d87797f07bf53ea249b0ec1abc827817;hpb=ad3878d0072e099f49bf8daeaaa52a60d3bcbbaa;p=matthijs%2Fprojects%2Fwipi.git diff --git a/plugin/theme/exodus.py b/plugin/theme/exodus.py index daa60d9..5a27ef5 100644 --- a/plugin/theme/exodus.py +++ b/plugin/theme/exodus.py @@ -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)