Actually use $title in the Index template.
This commit is contained in:
parent
5992e6ea28
commit
db1f8c9b7a
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{namespace coleslaw.theme.hyde}
|
{namespace coleslaw.theme.hyde}
|
||||||
|
|
||||||
{template index}
|
{template index}
|
||||||
|
<h1 class="title">{$title}</h1>
|
||||||
{foreach $post in $posts}
|
{foreach $post in $posts}
|
||||||
<div class="article-meta">
|
<div class="article-meta">
|
||||||
<a class="article-title" href="{$post.url}">{$post.title}</a>
|
<a class="article-title" href="{$post.url}">{$post.title}</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue