-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I have some content with relative links. As this is an old site that has been transformed a couple times, I use a plugin to put .html on my page slugs. It works great (maintaining old site structure), and static-html-output plugin works fine with that.
However, for the existing relative links, the plugin transforms the link incorrectly.
The content contains a link like
<a href="collector2.html">E to H</a>
and the static page output has
<a href="http://example.com/folder/collector1.html/collector2.html">E to H</a>
I'm thinking that part of the code doesn't take into account that the current address might not be a folder, but a HTML file.
Where to look for this in the code?
Metadata
Metadata
Assignees
Labels
No labels