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:
parent
70b930a820
commit
174486ced8
4 changed files with 21 additions and 32 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue