Extra theme file

merge-requests/30/head
Bob Mottram 2022-01-12 20:58:27 +00:00
parent c9a6a537e8
commit 05fa76dfdd
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ def _get_theme_files() -> []:
return ('epicyon.css', 'login.css', 'follow.css',
'suspended.css', 'calendar.css', 'blog.css',
'options.css', 'search.css', 'links.css',
'welcome.css', 'graph.css')
'welcome.css', 'graph.css', 'podcast.css')
def is_news_theme_name(base_dir: str, theme_name: str) -> bool: