feat: some updates

This commit is contained in:
Max Richter
2025-09-24 18:18:57 +02:00
parent b3c01bb43d
commit 26c303d9cf
32 changed files with 464 additions and 263 deletions

View File

@@ -15,5 +15,10 @@ func Keywords(input string, block template.Block) (value any, error error) {
tags = append(tags, tag)
}
}
if len(tags) == 0 {
return nil, nil
}
return tags, nil
}