diff options
-rwxr-xr-x | journal.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp index 0cb8a07..d3ecc02 100755 --- a/journal.lisp +++ b/journal.lisp @@ -712,7 +712,8 @@ (let ((file-path (merge-pathnames "index.xhtml" *static-dir*))) (with-open-file (*standard-output* file-path :direction :output :if-exists :supersede) (with-yaclml-stream *standard-output* - (let ((*mode* :file)) + (let ((*mode* :file) + (*action* :index)) (show-web-journal)))))) (defun update-all-journal-entry-pages () |