Whoops. Posts should still go in the posts/ folder.

This commit is contained in:
Brit Butler 2012-08-21 22:16:20 -04:00
parent ada2e397ae
commit 3c0b0a05c1

View file

@ -63,7 +63,7 @@
(defun write-post (post &key prev next)
"Write out the HTML for POST in SLUG.html."
(render-page (post-url post)
(render-page (format nil "posts/~a" (post-url post))
(funcall (theme-fn "POST")
(list :title (post-title post)
:tags (taglinks (post-tags post))