rhiannon morris
be46a2fc5c
add a filter that replaces tags e.g. "tag name" → {name: "tag name", slug: "tag_name"}
15 lines
143 B
HTML
15 lines
143 B
HTML
$head()$
|
|
|
|
$if(title)$
|
|
<header>
|
|
<h1>$title$</h1>
|
|
</header>
|
|
$endif$
|
|
|
|
$if(posts)$
|
|
$postlist()$
|
|
$elseif(all-tags)$
|
|
$taglist()$
|
|
$endif$
|
|
|
|
$foot()$
|