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

Optimize footer layout

Move badge out of nav element, add another horizontal bar to divide
them.
This commit is contained in:
Seirdy 2024-06-17 05:15:33 -04:00
parent 026a0b8552
commit 6a58b5a747
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -14,19 +14,20 @@
<a rel="source" href="{{ .Site.Params.src }}">Source code</a>
</li>
<li>
<a rel="alternate" href="http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion{{ .RelPermalink }}">Tor mirror</a>
<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 standards</a>
</li>
<li>
<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>
<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>