Skip to content

Commit 5f8dc56

Browse files
committed
Correctly source date for RSS feed
1 parent 58d8005 commit 5f8dc56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ plugins:
108108
- social
109109
- rss:
110110
date_from_meta:
111-
as_creation: "date"
112-
as_update: false
111+
as_creation: "git_creation_date_localized_raw_iso_datetime"
112+
as_update: "git_updated_date_localized_raw_iso_datetime"
113+
datetime_format: "%Y-%m-%d %H:%M:%S"
113114
json_feed_enabled: false
114115
match_path: "notes\/(?!(index\\.md)$).+"
115116
categories:

0 commit comments

Comments
 (0)