feat: some updates
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user