pacollins / hugo-future-imperfect-slim

Multilingual Blogging Theme for Hugo | Check the Wiki for Documentation
https://themes.gohugo.io/hugo-future-imperfect-slim/
Other
303 stars 194 forks source link

BUG: Wrong date format for Spanish #225

Open obedmr opened 3 years ago

obedmr commented 3 years ago

Bug Report

Describe the bug

I’m working in new post for this year (2021) and when I use a date after January 2021, it keeps putting it in January 2021 when it does the rendering.

For example: If I put my date as follows:

date = "2021-02-07"

The rendered page will display this post as Jan 07th, 2021 instead of Feb 07th, 2021 below in Spanish

7 de Enero, 2021 instead of 7 de Febrero, 2021

I do have a repository where I’m hosting my blog: https://github.com/obedmr/obedmr.com

To Reproduce

More context on this link: https://discourse.gohugo.io/t/future-imperfect-slim-wrong-date-format-for-spanish/31476

Expected behavior

The correct date printed in the post.

Screenshots

Environment

Additional context

Issue from gohugo https://discourse.gohugo.io/t/future-imperfect-slim-wrong-date-format-for-spanish/31476