treehouse/template/components/_sidebar.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

17 lines
637 B
Handlebars

<div class="sidebar-sticky">
<aside class="sidebar">
<a href="/">
<header class="floof">
<img alt="riki sitting in pink space" src="{{ asset 'character/riki/sitting.png' }}" width="2223" height="1796" style="height: 40.39586145rem;">
<h1>
<span class="rikis">riki's</span>
<span class="fluffy-little-house">
<span class="adjectives">fluffy little</span>
<span class="house">house</span>
</span>
</h1>
</header>
</a>
</aside>
</div>