themefisher / airspace-hugo

Airspace Hugo theme for multipurpose use, like Portfolio, Blog, Business.
https://gethugothemes.com/products/airspace/?utm_source=airspace_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
354 stars 509 forks source link

Replace custom solution to localize timestamps with Hugo's official one #185

Closed salim-b closed 3 years ago

salim-b commented 3 years ago

Hugo's new l10n support for time stamps is a clean and way more powerful solution than the custom one that this PR replaces. It works for all languages supported by CLDR without any additional work required by theme authors. It was introduced in Hugo 0.87.0, thus the minimally required Hugo version is increased in this PR.