treehouse/template/components/_tree.hbs
リキ萌 36705e7c1e adding document mode
I've been thinking a lot about the treehouse and I feel like it's time to say goodbye to the tree format.
2025-07-14 19:25:22 +02:00

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>