Actually use $title in the Index template.

This commit is contained in:
Brit Butler 2012-08-22 00:31:31 -04:00
parent 5992e6ea28
commit db1f8c9b7a

View file

@ -1,6 +1,7 @@
{namespace coleslaw.theme.hyde}
{template index}
<h1 class="title">{$title}</h1>
{foreach $post in $posts}
<div class="article-meta">
<a class="article-title" href="{$post.url}">{$post.title}</a>