1
Fork 0
blog/_includes/_footer.liquid

24 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

<aside>
<button id="theme-toggle">
<span class="block-light d-none">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-moon"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>
</span>
<span class="block-dark d-none">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sun"><circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line></svg>
</span>
</button>
</aside>
2017-07-09 12:18:22 +00:00
<footer>
<hr>
<p>
&nbsp;&nbsp;jan-erik /
2022-12-18 19:46:26 +00:00
<a href="https://hachyderm.io/@jer">@jer</a> /
2024-05-07 08:50:08 +00:00
<a href="/contact/">contact</a> /
2017-07-09 12:18:22 +00:00
<a href="/feed.xml">feed</a>
</p>
<br />
</footer>
<script src="/theme.js"></script>