Fix sitemap plugin breaking in INDEX :after method. It's a one off.
This commit is contained in:
parent
702aaf5b4b
commit
78f1fc9fa0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
(in-package :coleslaw-sitemap)
|
||||
|
||||
(defclass sitemap (index)
|
||||
(defclass sitemap ()
|
||||
((urls :initarg :urls :reader urls)))
|
||||
|
||||
(defmethod page-url ((object sitemap)) "sitemap.xml")
|
||||
|
|
Loading…
Add table
Reference in a new issue