summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fussy.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fussy.lisp b/fussy.lisp
index 94fc532..7b6d706 100644
--- a/fussy.lisp
+++ b/fussy.lisp
@@ -473,7 +473,7 @@ that they are not loaded during image gen.")
(html:with-html
(:div :class "card"
(:a :href (url-path pkg)
- (:h4 (package-namestring pkg) " - " (length themes) " variants")
+ (:h4 (format nil "~a - ~D variant~:P" (package-namestring pkg) (length themes)))
(theme-preview-image
(first (themes-in-package pkg))))))))