diff --git a/src/indices.lisp b/src/indices.lisp index a22c0e7..d08075a 100644 --- a/src/indices.lisp +++ b/src/indices.lisp @@ -64,7 +64,7 @@ (defun render-indices () "Render the indices to view content in groups of size N, by month, and by tag." - (let ((results (by-date (hash-table-values *content*)))) + (let ((results (by-date (find-all 'post)))) (dolist (tag (all-tags)) (render-index (index-by-tag tag results))) (dolist (month (all-months))