plugins: static-pages: use keyword instead of string
As suggested by a project maintainer.
This commit is contained in:
parent
1c585326ab
commit
843bbb652c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
((title :initarg :title :reader coleslaw::title-of)
|
||||
(format :initarg :format :reader coleslaw::page-format))
|
||||
;; default format is markdown (for backward compatibility)
|
||||
(:default-initargs :format "md"))
|
||||
(:default-initargs :format :md))
|
||||
|
||||
(defmethod initialize-instance :after ((object page) &key)
|
||||
(with-slots (coleslaw::url coleslaw::text format) object
|
||||
|
|
Loading…
Add table
Reference in a new issue