diff --git a/site.moon b/site.moon
index 1326f13..b17601f 100644
--- a/site.moon
+++ b/site.moon
@@ -79,19 +79,17 @@ titleize_slug = (slug) ->
words = [{ titleize word } for word in *common.split slug, "-"]
table.concat [head .. tail for { head, tail } in *words], " "
-template = [[
-
-]]
-
list_posts = (page, args={}) ->
posts = page.site\query_pages { is_a: "post" }
table.sort posts, (a, b) -> a.source > b.source
- table.concat [common.fill_ignoring_pre template, {
+ table.concat [common.fill_ignoring_pre [[
+
+ ]], {
target: meta.target
post_title: meta.title or titleize_slug meta.id
publish_date: publish_date source