Skip to content

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

Open
@flcdrg

Description

@flcdrg

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @flcdrg

        Issue actions

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