CleanBlog icon indicating copy to clipboard operation
CleanBlog copied to clipboard

Example under https://github.com/statiqdev/CleanBlog#destination-paths generates incorrect output filenames

Open flcdrg opened this issue 2 years ago • 0 comments

The current DestinationPaths example at https://github.com/statiqdev/CleanBlog#destination-paths

DestinationPath: => $"{Document.GetDateTime("Published").ToString("yyyy/MM")}/{Document.Destination.FileName}"

Results in files that have a .md suffix, which I'm pretty sure is not what you'd want image

flcdrg avatar Dec 30 '23 22:12 flcdrg