rss: isPermaLink (case-sensitive) (#2271)
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
|||||||
type ItemGUID struct {
|
type ItemGUID struct {
|
||||||
XMLName xml.Name `xml:"guid"`
|
XMLName xml.Name `xml:"guid"`
|
||||||
Value string `xml:",chardata"`
|
Value string `xml:",chardata"`
|
||||||
IsPerma bool `xml:"isPermalink,attr"`
|
IsPerma bool `xml:"isPermaLink,attr"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// We don't actually populate the title for "posts".
|
// We don't actually populate the title for "posts".
|
||||||
|
|||||||
Reference in New Issue
Block a user