mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-17 16:39:05 +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
|
- social
|
||||||
- rss:
|
- rss:
|
||||||
date_from_meta:
|
date_from_meta:
|
||||||
as_creation: "date"
|
as_creation: "git_creation_date_localized_raw_iso_datetime"
|
||||||
as_update: false
|
as_update: "git_updated_date_localized_raw_iso_datetime"
|
||||||
|
datetime_format: "%Y-%m-%d %H:%M:%S"
|
||||||
json_feed_enabled: false
|
json_feed_enabled: false
|
||||||
match_path: "notes\/(?!(index\\.md)$).+"
|
match_path: "notes\/(?!(index\\.md)$).+"
|
||||||
categories:
|
categories:
|
||||||
|
|
Loading…
Reference in a new issue