1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/layouts/partials/footer.html

34 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2024-05-30 08:47:09 +00:00
{{- $button := partialCached "cache-bust.html" "/p/b/sticker_88x31.png" "/p/b/sticker_88x31.png" -}}
<hr />
<footer>
2023-11-25 06:00:58 +00:00
{{ partial "breadcrumblist.html" . }}
<p>
Copyright <time itemprop="copyrightYear" datetime="{{now.Year}}">{{now.Year}}</time> {{ partialCached "indieweb-author.html" . -}}
</p>
<nav aria-label="site info">
2022-05-06 17:31:26 +00:00
<ul>
<li itemprop="license" itemscope="" itemtype="https://schema.org/CreativeWork">
<a rel="license" itemprop="url" href="https://creativecommons.org/licenses/by-sa/4.0/"><span itemprop="name">CC BY-SA 4.0</span></a>
</li>
<li>
<a rel="source" href="{{ .Site.Params.src }}">Source code</a>
</li>
<li>
<a rel="alternate" href="http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion{{ .RelPermalink }}">Tor</a>
</li>
<li>
<a href="{{ site.BaseURL }}meta/privacy/" rel="privacy-policy">Privacy</a>
</li>
2022-06-11 01:49:31 +00:00
<li>
<a href="{{ site.BaseURL }}meta/site-design/">Site design</a>
</li>
</ul>
</nav>
<hr />
<p>
<a href="{{ site.BaseURL }}meta/badges/">
{{ printf `<img src="%s" alt="88-by-31 button: my favicon, a white colon and semicolon on a black backround, next to the word Seirdy." width="88" height="31" class="pix" />` $button.RelPermalink | safeHTML }}
</a>
</p>
</footer>