pehapkari / pehapkari.cz

website www.pehapkari.cz
https://pehapkari.cz
16 stars 21 forks source link

RSS - wrong link to blog post detail (404) #246

Closed Gappa closed 4 years ago

Gappa commented 4 years ago

The link in the RSS contains one more slash (/) after the site_url:

<link>
https://pehapkari.cz//blog/2019/06/02/logic-belongs-to-entities/
</link>

Which returns a 404 on the web:

Edit:

Guid & comments links are also broken:

TomasVotruba commented 4 years ago

Could you send PR?

Gappa commented 4 years ago

If the correct solution is to remove the slash from the twig template, I surely can :)

TomasVotruba commented 4 years ago

Resolved by #247