From 8521dce8f7b058fe5baeb32df07cba0b684825bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Reuh=20Fildadut?= Date: Mon, 13 Oct 2025 21:18:11 +0200 Subject: [PATCH] feat: use sans-serif font in default template --- src/feather/config.default.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }} - +