1159cl/_includes/header.vto

10 lines
422 B
Plaintext
Raw Normal View History

2024-12-06 23:38:18 +00:00
<header>
<div id="title">
<h1> {{ title }} </h1>
<label id="theme-toggle-label" for="theme-toggle">
<input type="checkbox" id="theme-toggle" style="display: none;">
<img class="icon" src="/icons/pixelarticons/svg/sun-alt.svg" alt="Toggle Theme" id="theme-icon" style="cursor: pointer; float: right;">
</label>
</div>
<q> {{ description }} </q>
</header>