rss links are permalinks
Ted Unangst tedu@tedunangst.com
Thu, 16 May 2019 00:49:13 -0400
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
honk.go
→
honk.go
@@ -190,6 +190,7 @@ Title: fmt.Sprintf("%s %s %s", honk.Username, honk.What, honk.XID),
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