The RSS feed for news was missing the # in the URL, resulting in 404s

Reported by:	Myke Geiger
Sponsored by:	Klara Inc.
This commit is contained in:
Allan Jude 2021-02-14 18:58:13 +00:00
parent 263ce26710
commit 873687264f

View file

@ -33,8 +33,8 @@
{{ $description }}
</description>
{{ end }}
<link>{{ absLangURL ($.Site.BaseURL) }}news/newsflash/{{ dateFormat "2006-01-02" .date }}:{{ $newsCounter }}</link>
<guid>{{ absLangURL ($.Site.BaseURL) }}news/newsflash/{{ dateFormat "2006-01-02" .date }}:{{ $newsCounter }}</guid>
<link>{{ absLangURL ($.Site.BaseURL) }}news/newsflash/#{{ dateFormat "2006-01-02" .date }}:{{ $newsCounter }}</link>
<guid>{{ absLangURL ($.Site.BaseURL) }}news/newsflash/#{{ dateFormat "2006-01-02" .date }}:{{ $newsCounter }}</guid>
<pubDate>{{ dateFormat "2006-01-02" .date }}</pubDate>
</item>
{{ end }}