diff options
-rw-r--r-- | macros.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.lisp b/macros.lisp index bfc3495..02ff1ce 100644 --- a/macros.lisp +++ b/macros.lisp @@ -39,7 +39,7 @@ (defmacro with-web-journal ((page-title &key post-id) &body body) - `(call-with-web-journal ,page-title #'(lambda () ,@body) :post-id post-id)) + `(call-with-web-journal ,page-title #'(lambda () ,@body) :post-id ,post-id)) (defmacro with-result-cache ((cache-id &key (younger-than nil younger-than-p)) |