odin-lang/odin-lang.org

RSS for /news

kuchta opened this issue · 3 comments

Please add RSS for https://odin-lang.org/news so we can follow

Fixed in 26a05ee.

@Kelimion Sorry, I haven't noticed since there is typo in:

<link rel="alternate" type="application/rss+xml" href="https://odin-lang.orgcategories/newsletter/index.xml" title="Odin Newsletter">

@Kelimion Sorry, I haven't noticed since there is typo in:

<link rel="alternate" type="application/rss+xml" href="https://odin-lang.orgcategories/newsletter/index.xml" title="Odin Newsletter">

Fixed. It's because when you use hugo server locally, the site variable ends in / already, so you get //categories, which is why I removed the /.