-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: support dates in Hugo 0.76 (but not earlier) #361
Conversation
Can we please have this merged? |
Not up to me. :( |
@henryiii Thanks for it. I have exactly this problem and your PR resolve it. I'm using the Hugo in version |
@halogenica Do you have any plans to accept this? I know that keep an open-source project is not easy. Do you need some help? |
Thank you very much @henryiii for your consistent high quality fixes, and to everyone for your thumbs up to prioritize this fix. I had hoped to do a sweep of top bugs over the holidays but didn’t get around to it. I’ll look through other top rated issues and merge them. Sorry again for the radio silence! |
@halogenica Thank you so much!!! |
Unfortunately it does break on 0.75.1: instead of |
@iaeiou Is it possible to update? At this point, 0.76 has been out for some time, and it's usually easy in go to get the latest version (go's all in one binaries shine here). Could we just depend on 0.76+? |
(Just in case someone depends on it, I'll leave my branch open for a bit, but expect it to close in the near future if I clean things up) |
I'm using the hosting services of the french non-profit Framasoft, I'll ping the dev team I'll keep you updated |
Done, in french, here |
A workaround was found (see here, in french) and Hugo is now updated - problem fixed! |
Fixes issue translating dates: halogenica/beautifulhugo#379 halogenica/beautifulhugo#361
fix: support dates in Hugo 0.76 (but not earlier)
The upgrade to 0.76 broke the dates in this theme. This is a possible fix, as suggested in gohugoio/hugo#7822
though it might only work on 0.76+. Since locally and on CI I'm always up to date with Hugo, this was good enough for me, though maybe there's a compatible way to do this? (also, maybe someone should verify that 0.75 does break with this - since a date was never a "count", this seems to make more sense).