rss links are permalinks

This commit is contained in:
Ted Unangst 2019-05-16 00:49:13 -04:00
parent 90cc940773
commit 8d4bfcc627
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ func showrss(w http.ResponseWriter, r *http.Request) {
Description: rss.CData{desc},
Link: honk.URL,
PubDate: honk.Date.Format(time.RFC1123),
Guid: &rss.Guid{IsPermaLink: true, Value: honk.URL},
})
if honk.Date.After(modtime) {
modtime = honk.Date