provide author information for the feed and entries

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2023-12-30 15:25:46 -06:00
parent b26975421c
commit 575e2ad387
3 changed files with 15 additions and 1 deletions

View File

@@ -65,4 +65,7 @@ class Config(object):
TITLE_SUFFIX = DOMAIN_NAME
CONTACT_EMAIL = 'admin@example.com'
# feed settings
AUTHOR = {'name': 'Test Name', 'email': 'admin@example.com'}
# specify FAVICON in your instance config.py to override the provided icon