Help with Permalink

Here is my permanlink in the config.toml
[Permalink] post = "/:year/:month/:day/:title/"
hugo generates content like this 2011-01-09-correlating-net-managed-thread-and-native-thread-in-windbg/ for the filename.

I was looking for something like /2011/01/09/correlating-net-managed-thread-and-native-thread-in-windbg/ with nested directories.

What am I missing?

Thanks

permalink > permalinks (at least that’s what I got working)

Thanks! That solved the issue.