Don’t show empty tags, discard junk
This commit is contained in:
parent
c91a3efa4e
commit
bf5fac97ae
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@ mowedline.
|
|||
(list '(color "#ececec" font "FontAwesome-10" "")
|
||||
(string-append " " (list->string name-list) " ")))
|
||||
((#\- . _) '((color "#bfbfbf" font "FontAwesome-10" "") " "))
|
||||
((#\. . _) '((color "#969696" font "FontAwesome-10" "") " "))
|
||||
((#\: . _) '((color "#969696" font "FontAwesome-10" "") " "))
|
||||
((#\! . _) '((color "#a85454" font "FontAwesome-10" "") " "))))
|
||||
((#\! . _) '((color "#a85454" font "FontAwesome-10" "") " "))
|
||||
(_ '())))
|
||||
|
||||
(define (tag-list-display tag-list)
|
||||
(map tag-display tag-list))
|
||||
|
|
Loading…
Reference in a new issue