website/_src/_includes/nav-misc.njk

25 lines
No EOL
663 B
Text

<ul role="list">
<li>
<button popovertarget="sidebar">
<svg viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path d="{{svg.menu}}"></path>
</svg>
Toggle menu
</button>
<li>
<button class="theme-toggle">
<svg viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path d="{{svg.theme}}">
</svg>
Toggle theme
</button>
</li>
<li>
<a href="../">
<svg viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path d="{{svg.back}}"></path>
</svg>
Go back
</a>
<li>
</ul>