Browse Source

Fix sitemap plugin breaking in INDEX :after method. It's a one off.

Brit Butler 10 years ago
parent
commit
78f1fc9fa0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/sitemap.lisp

+ 1 - 1
plugins/sitemap.lisp

13
 
13
 
14
 (in-package :coleslaw-sitemap)
14
 (in-package :coleslaw-sitemap)
15
 
15
 
16
-(defclass sitemap (index)
16
+(defclass sitemap ()
17
   ((urls :initarg :urls :reader urls)))
17
   ((urls :initarg :urls :reader urls)))
18
 
18
 
19
 (defmethod page-url ((object sitemap)) "sitemap.xml")
19
 (defmethod page-url ((object sitemap)) "sitemap.xml")