Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pages with the same name are overwriten #73

Open
juanmah opened this issue Oct 6, 2021 · 0 comments
Open

Pages with the same name are overwriten #73

juanmah opened this issue Oct 6, 2021 · 0 comments

Comments

@juanmah
Copy link

juanmah commented Oct 6, 2021

I have a multi-language web. Most of the pages have the same name.

When I do the conversion to markdown, I get only one of the same-named pages.

I would like to to have all of them.

<item>
		<title><![CDATA[5G]]></title>
		<link>https://xafir.cat/tecnologia/5g/</link>
		<pubDate>Fri, 16 Jul 2021 09:57:55 +0000</pubDate>
		<guid isPermaLink="false">https://xafir.cat/?page_id=2558</guid>
		<description></description>
<item>
		<title><![CDATA[5G]]></title>
		<link>https://xafir.cat/en/technology/5g/</link>
		<pubDate>Thu, 29 Jul 2021 10:35:15 +0000</pubDate>
		<guid isPermaLink="false">https://xafir.cat/?page_id=3094</guid>
		<description></description>

As you can see, the name is the same. The link is unique.

If the names were tecnologia/5g/index.md and en/technology/5g/index.md there would be no overwriting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant