rss: isPermaLink (case-sensitive) (#2271)

This commit is contained in:
bnewbold
2023-12-22 22:06:52 +01:00
committed by GitHub
parent c1d7d9a41b
commit ee20092735
+1 -1
View File
@@ -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".