Hi,
I have installed the "feed" pluging but generated rss feed is invalid. After analyzing, the twig template contains this code:
<link>{{ page.url(true) }}</link>
The resulting output is missing the </link> string. It looks like some process is removing it. Any other string is fine, but </link> is automatically removed after some parsing. How can I fix this please ?