Whoops. Posts should still go in the posts/ folder.
This commit is contained in:
parent
ada2e397ae
commit
3c0b0a05c1
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue