diff --git a/bskyweb/cmd/bskyweb/rss.go b/bskyweb/cmd/bskyweb/rss.go index cf7b2434..4cdc78f8 100644 --- a/bskyweb/cmd/bskyweb/rss.go +++ b/bskyweb/cmd/bskyweb/rss.go @@ -15,7 +15,7 @@ import ( type ItemGUID struct { XMLName xml.Name `xml:"guid"` Value string `xml:",chardata"` - IsPerma bool `xml:"isPermalink,attr"` + IsPerma bool `xml:"isPermaLink,attr"` } // We don't actually populate the title for "posts".