rss: isPermaLink (case-sensitive) (#2271)
parent
c1d7d9a41b
commit
ee20092735
|
@ -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".
|
||||
|
|
Loading…
Reference in New Issue