From 74b1faff8b1e39079c66d82ec2a1e7e6f5dcc89b Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 26 Dec 2022 22:51:53 +0100 Subject: [PATCH] Update api.clj --- src/quickblog/api.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/quickblog/api.clj b/src/quickblog/api.clj index 771230a..1c188a8 100644 --- a/src/quickblog/api.clj +++ b/src/quickblog/api.clj @@ -487,8 +487,7 @@ :tags {:desc "List of tags (default: 'clojure'; example: --tags tag1 tag2 \"tag3 has spaces\")" :ref "" - :coerce [] - :require true}}}} + :coerce []}}}} [opts] (let [{:keys [file title posts-dir tags] :as opts} (apply-default-opts opts)