diff --git a/src/feather/config.default.toml b/src/feather/config.default.toml index 2580629..270e495 100644 --- a/src/feather/config.default.toml +++ b/src/feather/config.default.toml @@ -36,7 +36,7 @@ data = "data" reader = "reader" [html] -# HTML template used for generating article HTML files. All templates are Jinja2 templates. +# Template used for generating article HTML files. All templates are Jinja2 templates. # Available fields: # - id: article id (int | str) # - unread: if the article is unread (bool) - only makes sense if server.only_sync_unread_articles is false @@ -67,7 +67,7 @@ article_template = ''' {% endif %} {{ title }} - {{ feed_title }} - +