I've been thinking a lot about the treehouse and I feel like it's time to say goodbye to the tree format.
13 lines
325 B
Handlebars
13 lines
325 B
Handlebars
<main class="tree">
|
|
<article>
|
|
{{#if (ne page.tree_path 'index')}}
|
|
<header>
|
|
<h1 class="page-title"><a href="{{ config.site }}/{{ page.tree_path }}">{{ page.title }}</a></h1>
|
|
</header>
|
|
{{/if}}
|
|
|
|
{{{~ page.tree }}}
|
|
</article>
|
|
|
|
{{> components/_footer.hbs }}
|
|
</main>
|