Dominik
Dominik
Can't be changed easily from looking at the code. Are there plans to make them configurable? My use case is to generate liquid templates which use the same delimiters
My first guess is this has something to to with daylight saving and how browsers handle it. Did you convert from EST to PST or the other way round? If...
Leaving a link here with relevant information on the matter including a possible lib (https://github.com/spencermountain/spacetime) to resolve it. https://observablehq.com/@spencermountain/spacetime-daylight-savings-time?collection=@spencermountain/spacetime
Thanks and yes, indicating a day change is a good idea. Happy to accept a PR.
Thanks for the PR. Could you add something in the README about the fact that data["slug"] is used when present as page_title_slug?
In my case the plugin confuses `Gateway` with `IPAddress` and uses the `HostPort` instead of the guest's. Correcting the resp. config variables solves the issue.
@stevenjwolfman in my case my apps `DATABASE_URL` was wrong. (You can inspect that variable via `dokku config your_app_name | grep DATABASE_URL`) It had the form `postgres://root:[email protected]:49153/db` where it should have...
@sangyongjung [dokku-user-env-compile](https://github.com/musicglue/dokku-user-env-compile) might help with that as well.