feature/table-of-content-docx #2

Merged
jason merged 58 commits from jonathan/cpolis:feature/table-of-content-docx into devel 2025-02-04 17:36:46 +01:00
Showing only changes of commit 230a6278cc - Show all commits

View File

@ -23,10 +23,6 @@ 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)