Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Wrong paths generated #3

@Synchro

Description

@Synchro

This line does this:

:url => "#{page.dir}#{page.url}",

For me this means that I end up with a duplicated part at the start of the path, because page.url already contains the full path. For example if I have a page in /folder/topic.html, the index ends up containing /folder/folder/topic.html.

I changed the line to:

:url => "#{page.url}",

and it works for me. Is this a bug or something I'm doing wrong?

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

    Issue actions