diff options
-rwxr-xr-x | journal.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp index 2669060..59e33e9 100755 --- a/journal.lisp +++ b/journal.lisp @@ -503,7 +503,7 @@ nil) :canonical-uri (case *action* (:view - (link-to :view :post-id post-id :absolute t)) + (link-to :view :post-id *post-number* :absolute t)) ((:index nil) (link-to :index :absolute t)))) (case *action* |