rss: isPermaLink (case-sensitive) (#2271)
This commit is contained in:
parent
c1d7d9a41b
commit
ee20092735
1 changed files with 1 additions and 1 deletions
|
@ -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".
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue