Merge pull request #8 from vbatts/fix_guid

feed: give a guid to each item
This commit is contained in:
Vincent Batts 2017-02-09 13:49:07 -06:00 committed by GitHub
commit b48b01f8eb
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ func ToFeed(link string, entries []Entry) (*feeds.Feed, error) {
Created: e.Date,
Link: &feeds.Link{Href: fmt.Sprintf("%s/ChangeLog.txt#src=feeds&time=%d", link, e.Date.Unix())},
Description: e.ToHTML(),
Id: fmt.Sprintf("%d", e.Date.Unix()),
}
updateWord := "updates"