Don’t show empty tags, discard junk

This commit is contained in:
Tom Willemse 2016-10-21 14:28:55 +02:00
parent c91a3efa4e
commit bf5fac97ae

View file

@ -52,9 +52,9 @@ mowedline.
(list '(color "#ececec" font "FontAwesome-10" "") (list '(color "#ececec" font "FontAwesome-10" "")
(string-append " " (list->string name-list) " "))) (string-append " " (list->string name-list) " ")))
((#\- . _) '((color "#bfbfbf" font "FontAwesome-10" "") " ")) ((#\- . _) '((color "#bfbfbf" font "FontAwesome-10" "") " "))
((#\. . _) '((color "#969696" 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) (define (tag-list-display tag-list)
(map tag-display tag-list)) (map tag-display tag-list))