mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
6a58b5a747
Move badge out of nav element, add another horizontal bar to divide them.
33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
{{- $button := partialCached "cache-bust.html" "/p/b/sticker_88x31.png" "/p/b/sticker_88x31.png" -}}
|
|
<hr />
|
|
<footer>
|
|
{{ partial "breadcrumblist.html" . }}
|
|
<p>
|
|
Copyright <time itemprop="copyrightYear" datetime="{{now.Year}}">{{now.Year}}</time> {{ partialCached "indieweb-author.html" . -}}
|
|
</p>
|
|
<nav aria-label="site info">
|
|
<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>
|
|
<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>
|