Ans

Results 145 comments of Ans

Unrelated, but the `Enter tag names…` helper text is also indented too far.

cc @schaferjh @duelj @ajbush

This is still an issue on the blog and elsewhere probably, but could likely be solved by copying the work done in https://github.com/cfpb/cfgov-refresh/pull/3204

Discussion in https://github.com/cfpb/cfgov-refresh/pull/3240 came to the likely conclusion that a wrapper around `strftime` would be what is needed to fix this. See the "dates and date ranges" section in the...

Another example, https://www.consumerfinance.gov/coronavirus/mortgage-and-housing-assistance/ has `Page last modified: July 06, 2021` at the bottom of the page.

That makes sense. The one recommendation I'd have is to not call the external API internally without user input. So instead of calling `Analytics.init();` [here](https://github.com/cfpb/cfgov-refresh/blob/master/cfgov/unprocessed/js/modules/Analytics.js#L87), use lazy instantiation to call...

Background on how to address this in https://github.com/cfpb/cfgov-refresh/pull/3212

Further reading http://stackoverflow.com/questions/25862071/accessing-os-environment-variables-from-jinja2-template

Hey bewds, just looking through old issues. Seems like this would be a quick one? @richaagarwal @willbarton @chosak

Updated example is https://github.com/cfpb/consumerfinance.gov/blob/main/tox.ini#L86 (`WAGTAIL_SHARING_HOSTNAME=content.localhost`), which is set in https://github.com/cfpb/consumerfinance.gov/blob/master/.env_SAMPLE#L27 (`export WAGTAIL_SHARING_HOSTNAME=content.localhost`).