summaryrefslogtreecommitdiff
path: root/macros.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'macros.lisp')
-rw-r--r--macros.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros.lisp b/macros.lisp
index 0b516f4..4d0124a 100644
--- a/macros.lisp
+++ b/macros.lisp
@@ -41,8 +41,8 @@
(emit-close-tag "html"))
-(defmacro with-web-journal ((page-title &key post-id) &body body)
- `(call-with-web-journal ,page-title #'(lambda () ,@body) :post-id ,post-id))
+(defmacro with-web-journal ((page-title &key canonical-uri) &body body)
+ `(call-with-web-journal ,page-title #'(lambda () ,@body) :canonical-uri ,canonical-uri))
(defmacro with-result-cache ((cache-id &key (younger-than nil younger-than-p))