From 2f41dd86c826c3754f49a55a5fd87c5e924417cc Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 14 May 2017 16:43:31 +0200 Subject: Omit empty titles from articles. --- mulkcms.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mulkcms.lisp') diff --git a/mulkcms.lisp b/mulkcms.lisp index c4bbc60..5adc7a7 100644 --- a/mulkcms.lisp +++ b/mulkcms.lisp @@ -343,7 +343,7 @@ (list :publishing-date publishing-date :revision rid :last-updated-date date - :title title + :title (and (not (equal "" title)) title) :body content :article-id article :global-id global-id -- cgit v1.2.3