🐛 fix(post_listing_date): show original date for unedited articles (#355)

This commit is contained in:
sam
2024-07-14 16:35:17 +02:00
committed by GitHub
parent a76d6888b6
commit 5db006ac47
6 changed files with 10 additions and 6 deletions

View File

@@ -148,7 +148,7 @@ show_date = true
# Determines how dates are displayed in the post listing (e.g. front page or /blog). Options:
# "date" - Show only the original date of the post (default if unset).
# "updated" - Show only the last updated date of the post.
# "updated" - Show only the last updated date of the post. If there is no last updated date, it shows the original date.
# "both" - Show both the original date and the last updated date.
post_listing_date = "date"