saberespoder / contenido

Reincornation of Content Platform that is fast, secure and SEO friendly!
0 stars 0 forks source link

Remove `.html` extension out of feed urls #42

Closed query-string closed 7 years ago

query-string commented 7 years ago

It turns out that link_to helper mutates pages URLs in a way defined in the config, but this approach doesn't work for the feed builder. That's why page URLs inside the feed were actually invalid and this PR supposed to resolve it.

Also indirectly related to issue #2300