blob: ac89098d5c7ea9f3447a30b88cbe03c205450d7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<footer class="site-footer">
<nav aria-label="Site information">
<a href="{{ "/rss.xml" | relURL }}">rss</a>
<span aria-hidden="true">·</span>
<a href="{{ site.Params.sourceURL }}">source</a>
<span aria-hidden="true">·</span>
<a href="mailto:{{ site.Params.email }}">email</a>
</nav>
<p>Code: GPL-3.0-or-later<br>Content: {{ site.Params.contentLicense }}</p>
<p>No JavaScript <span aria-hidden="true">·</span> No Cookies <span aria-hidden="true">·</span> No Tracking<br>Best viewed with any browser.</p>
</footer>
|