diff --git a/src/page-file.rkt b/src/page-file.rkt index ab27146..a229274 100644 --- a/src/page-file.rkt +++ b/src/page-file.rkt @@ -65,7 +65,7 @@ `(a (@ (href ,(format "/~a/wiki/~a" wikiname page-path))) ,title)) smaller-article-list)) - ,(if (= article-list-is-smaller 1) + `(if (= article-list-is-smaller 1) "…" ".")))) ; ,(update-tree-wiki image-description wikiname)