Make dates in Markdown filenames always appear in slug

When I create a blog post with the filename content/blog/2022-01-20-hello.md, the slug that is generated is “hello”. If I want for the date to appear in the slug, e.g. in this case the slug should be “2022-01-20-hello”, just like in the filename, I can set slug = "2022-01-20-hello" in the TOML header of the blog post.

But since I always want this, is there a setting for not stripping the date out of the slug?

It feels like an effort was made here, but I cannot see in the docs that it’s configurable.