mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-17 15:29:04 +00:00
Correctly source date for RSS feed
This commit is contained in:
parent
58d8005865
commit
5f8dc566e6
1 changed files with 3 additions and 2 deletions
|
@ -108,8 +108,9 @@ plugins:
|
|||
- social
|
||||
- rss:
|
||||
date_from_meta:
|
||||
as_creation: "date"
|
||||
as_update: false
|
||||
as_creation: "git_creation_date_localized_raw_iso_datetime"
|
||||
as_update: "git_updated_date_localized_raw_iso_datetime"
|
||||
datetime_format: "%Y-%m-%d %H:%M:%S"
|
||||
json_feed_enabled: false
|
||||
match_path: "notes\/(?!(index\\.md)$).+"
|
||||
categories:
|
||||
|
|
Loading…
Reference in a new issue