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

Add badge to footer

This commit is contained in:
Seirdy 2024-05-30 04:47:09 -04:00
parent a606a660d1
commit f5362ee6c1
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -1,3 +1,4 @@
{{- $button := partialCached "cache-bust.html" "/p/b/sticker_88x31.png" "/p/b/sticker_88x31.png" -}}
<hr />
<footer>
{{ partial "breadcrumblist.html" . }}
@ -22,7 +23,9 @@
<a href="{{ site.BaseURL }}meta/site-design/">Site design standards</a>
</li>
<li>
<a href="{{ site.BaseURL }}about/#location-seirdy-online">Contact</a>
<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>
</li>
</ul>
</nav>