1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 18:19:32 +00:00

feat: rename published/updated_formatted to published/updated in templates

This commit is contained in:
Étienne Fildadut 2025-10-11 18:40:52 +02:00
parent 70b930a820
commit 174486ced8
4 changed files with 21 additions and 32 deletions

View file

@ -23,7 +23,7 @@ See read articles in the trash can.
Or ask feather to keep read articles:
`server.only_sync_unread_articles = false`
`html.filename_template = "{% if unread %}☐{% else %}☑{% endif %} [{{ feed_title }}]\t{{ title }} ({{ published_formatted }}).html"`
`html.filename_template = "{% if unread %}☐{% else %}☑{% endif %} [{{ feed_title }}]\t{{ title }} ({{ published }}).html"`
### Updating with the server