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:
parent
263ce26710
commit
873687264f
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue