tags; .De -> . De

This commit is contained in:
Peter Kleiweg
2026-05-29 12:22:57 +02:00
parent 66581d4e98
commit ca4e7af8fa
21 changed files with 123 additions and 22 deletions

View File

@@ -286,7 +286,7 @@ func doArticle(filename string, url string, title string, timestamp time.Time, n
}
for _, el := range ell {
s := strings.TrimSpace(el.Content())
if s != "" {
if s != "" && s != "Nieuws" {
tags = append(tags, s)
}
}