Default theme

main
Bob Mottram 2023-10-12 14:07:23 +01:00
parent 3cebf17bd7
commit 8ba2c20b25
1 changed files with 2 additions and 0 deletions

View File

@ -1669,6 +1669,8 @@ def html_post_separator(base_dir: str, column: str) -> str:
"""Returns the html for a timeline post separator image
"""
theme = get_config_param(base_dir, 'theme')
if not theme:
theme = 'default'
filename = 'separator.png'
separator_class = "postSeparatorImage"
if column: