hugo-PaperMod
hugo-PaperMod copied to clipboard
Use date/time formatting layouts
What does this PR change? What problem does it solve?
It uses the new (from Hugo v0.87.0) date/time formatting layouts feature. Basically it's a predefined alias with the advantages of being standard and localized.
:date_long=>June 6, 2018
PR Checklist
- [ ] This change adds/updates translations and I have used the template present here.
- [x] I have enabled maintainer edits for this PR.
- [x] I have verified that the code works as described/as intended.
- [ ] This change adds a Social Icon which has a permissive license to use it.
- [x] This change does not include any CDN resources/links.
- [x] This change does not include any unrelated scripts such as bash and python scripts.
- [ ] This change updates the overridden internal templates from HUGO's repository.
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
This issue is apparently already tackled with the PR https://github.com/adityatelange/hugo-PaperMod/pull/555 Is something missing?
Confirmed, the dates are properly localized with
params:
DateFormat: ":date_long"
in config.yml
@RoneoOrg Thanks.
I understand that the minimum Hugo version is 0.83.0 and this feature is only compliant with 0.87.0. So I'm closing it.
Best