(ob:get-header "URL")/ (ob:format-date (ob:get-header "DATE")) daily 1.0 (loop for POST in STATIC do (when (not (ob:post-sitemap POST)) (ob:insert-template "sitemap_static.html"))) (loop for POST in POSTS do (when (not (ob:post-sitemap POST)) (ob:insert-template "sitemap_post.html")))