diff --git a/src/coleslaw.lisp b/src/coleslaw.lisp index d70d062..ccbbe64 100644 --- a/src/coleslaw.lisp +++ b/src/coleslaw.lisp @@ -36,7 +36,8 @@ in REPO-DIR. Optionally, OLDREV is the revision prior to the last push." (publish ctype)) (do-subclasses (itype index) (publish itype)) - (update-symlink "index.html" "1.html"))) + (update-symlink (format nil "index.~A" (page-ext *config*)) + (format nil "1.~A" (page-ext *config*))))) (defgeneric deploy (staging) (:documentation "Deploy the STAGING build to the directory specified in the config.")