Hi All! I'm getting to know Distill, and it's great! Having created (simple) RMarkdown and blogdown websites in the past, I'm very excited for the possibilities here. But –
I'm having an issue with Distill blogs, and not sure if it's a bug or my misunderstanding of a feature. The behavior I'll describe I also see on many other distill blogs, including those linked from https://pkgs.rstudio.com/distill/articles/examples.html.
When I create a new blog post Rmd, knit, and rebuild the site, the date written in the Rmd's YAML is correctly displayed on the listing page. But, the date is incorrectly displayed on the actual blog post: it is dated as the day before the date in the YAML and on the listing page. So on the listing page, when you click on a post, the date displayed will be the wrong date: the (correct) date in the URL does not match the (incorrect) date displayed on that post.
Here is my simple blog here: https://github.com/openscapes/events.
Thanks for any help/understanding!