From db1f8c9b7a429e60436eaf91ac6629e79589a9a0 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Wed, 22 Aug 2012 00:31:31 -0400 Subject: [PATCH] Actually use $title in the Index template. --- themes/hyde/index.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/hyde/index.tmpl b/themes/hyde/index.tmpl index e78cd7f..d508629 100644 --- a/themes/hyde/index.tmpl +++ b/themes/hyde/index.tmpl @@ -1,6 +1,7 @@ {namespace coleslaw.theme.hyde} {template index} +

{$title}

{foreach $post in $posts}
{$post.title}