statiqdev / CleanBlog

A blogging theme for Statiq Web.
MIT License
53 stars 25 forks source link

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

Open flcdrg opened 9 months ago

flcdrg commented 9 months ago

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