2026-02-18 10:58:36 -08:00
|
|
|
<footer>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
2026-02-20 12:23:36 -08:00
|
|
|
<a href="/colophon/"
|
2026-02-18 10:58:36 -08:00
|
|
|
{% if page.url == "/colophon/" %}aria-current="page"{% endif %}>
|
|
|
|
|
colophon
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
<a href="/" title="go home"
|
2026-05-14 09:30:54 -07:00
|
|
|
aria-label="go home | {{ metadata.title }} from {{ metadata.author }}, copyright 2022-2026"
|
2026-02-18 10:58:36 -08:00
|
|
|
{% if page.url == "/" %}aria-current="page"{% endif %}>
|
2026-05-14 09:30:54 -07:00
|
|
|
{{ metadata.title }} from {{ metadata.author }}, © 2022-2026</a>
|
2026-02-18 10:58:36 -08:00
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
<a href="https://heckin.technology/inherentlee/leecat.art" title="source code"
|
|
|
|
|
aria-label="source code" target="_blank" rel="external">
|
|
|
|
|
src
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
2026-09-09 13:37:35 -07:00
|
|
|
|
|
|
|
|
<fieldset id="theme">
|
|
|
|
|
<legend>color scheme</legend>
|
|
|
|
|
|
|
|
|
|
<input type="radio" id="theme-light" name="theme" value="light"/>
|
|
|
|
|
<label class="theme-light" for="theme-light">
|
|
|
|
|
<i class="fa-regular fa-sun" aria-hidden="true"></i>
|
|
|
|
|
light
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
<input type="radio" id="theme-auto" name="theme" value="auto"/>
|
|
|
|
|
<label class="theme-auto" for="theme-auto">
|
|
|
|
|
auto
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
<input type="radio" id="theme-dark" name="theme" value="dark"/>
|
|
|
|
|
<label class="theme-dark" for="theme-dark">
|
|
|
|
|
dark
|
|
|
|
|
<i class="fa-regular fa-moon" aria-hidden="true"></i>
|
|
|
|
|
</label>
|
|
|
|
|
</fieldset>
|
2026-02-18 10:58:36 -08:00
|
|
|
</footer>
|