mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
Add badge to footer
This commit is contained in:
parent
a606a660d1
commit
f5362ee6c1
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
{{- $button := partialCached "cache-bust.html" "/p/b/sticker_88x31.png" "/p/b/sticker_88x31.png" -}}
|
||||||
<hr />
|
<hr />
|
||||||
<footer>
|
<footer>
|
||||||
{{ partial "breadcrumblist.html" . }}
|
{{ partial "breadcrumblist.html" . }}
|
||||||
|
@ -22,7 +23,9 @@
|
||||||
<a href="{{ site.BaseURL }}meta/site-design/">Site design standards</a>
|
<a href="{{ site.BaseURL }}meta/site-design/">Site design standards</a>
|
||||||
</li>
|
</li>
|
||||||
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in a new issue