From 8d4bfcc62764a45d9b7efcf4b0855a9b0b816432 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 16 May 2019 00:49:13 -0400 Subject: [PATCH] rss links are permalinks --- honk.go | 1 + 1 file changed, 1 insertion(+) diff --git a/honk.go b/honk.go index 8a5557c..beec70b 100644 --- a/honk.go +++ b/honk.go @@ -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