This section needs revising: https://www.bridgetownrb.com/docs/internationalization#localizing-dates
We shouldn't need to pull in a gem which loads in a bunch of Rails dependencies. Let's see if we can work around that.
Also, I don't see anything about how to use the l helper and access dates. I think it's like this:
l(some_date, format: :long)
This section needs revising: https://www.bridgetownrb.com/docs/internationalization#localizing-dates
We shouldn't need to pull in a gem which loads in a bunch of Rails dependencies. Let's see if we can work around that.
Also, I don't see anything about how to use the
lhelper and access dates. I think it's like this: