Compare commits
No commits in common. "230a6278cc29f7d1f024b3bb9f08a961a896e52e" and "42d6e0c198db797b854cbde51694a365b13f27cf" have entirely different histories.
230a6278cc
...
42d6e0c198
@ -23,6 +23,10 @@ func GenerateRSS(c *Config, db *DB) (*string, error) {
|
||||
}
|
||||
|
||||
for _, article := range articles {
|
||||
if !article.Published {
|
||||
continue
|
||||
}
|
||||
|
||||
tags, err := db.GetArticleTags(article.ID)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("error getting tags for articles for RSS feed: %v", err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user