rhazdon / hugo-theme-hello-friend-ng

Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
https://github.com/rhazdon/hugo-theme-hello-friend-ng/
Other
1.45k stars 765 forks source link

Fix: Implement builtin localization for dates in blog list #452

Open ttybitnik opened 9 months ago

ttybitnik commented 9 months ago

Currently, the blog list dates are hardcoded to the defaultContentLanguage option, typically set to English. Consequently, regardless of the selected language, dates are always displayed in English.

This PR fixes this using the builtin function time.Format, which returns the date as formatted and localized string.