the home site for me: also iteration 3 or 4 of my site

bug: fix badges

dunkirk.sh 48355e7b 0c24bfc6

verified
Changed files
+8 -8
templates
+8 -8
templates/footer.html
···
<hr />
<div id="footer-container">
<p class="badge-row">
-
<a href="https://512kb.club"><img src="badges/green-team.gif"
+
<a href="https://512kb.club"><img src="/badges/green-team.gif"
alt="a proud member of the green team of 512KB club" /></a>
-
<a href="https://yesterweb.org/no-to-web3/index.html?s=09"><img src="badges/no-web3.gif"
+
<a href="https://yesterweb.org/no-to-web3/index.html?s=09"><img src="/badges/no-web3.gif"
alt="say no to web3, keep the web free" /></a>
-
<a href="https://hackclub.com"><img src="badges/hackclub.png" alt="linux powered" /></a>
-
<a href="https://tangled.org"><img src=" badges/tangled.png" alt="tangled beta" /></a>
-
<a href="https://www.netscape-communications.com/download/"><img src="badges/get-netscape.gif"
+
<a href="https://hackclub.com"><img src="/badges/hackclub.png" alt="linux powered" /></a>
+
<a href="https://tangled.org"><img src="/badges/tangled.png" alt="tangled beta" /></a>
+
<a href="https://www.netscape-communications.com/download/"><img src="/badges/get-netscape.gif"
alt="get netscape" /></a>
-
<a href="https://tangled.org/@dunkirk.sh/dots"><img src="badges/powered-by-nix.gif" alt="powered by nix" /></a>
-
<a href="https://tangled.org/@dunkirk.sh/nixvim"><img src="badges/made-with-neovim.png" /></a>
+
<a href="https://tangled.org/@dunkirk.sh/dots"><img src="/badges/powered-by-nix.gif" alt="powered by nix" /></a>
+
<a href="https://tangled.org/@dunkirk.sh/nixvim"><img src="/badges/made-with-neovim.png" /></a>
</p>
<p style="margin-bottom: 0.5rem">
&copy; {{ now() | date(format="%Y") }} Kieran Klukas ||
···
document.getElementById('prev-link').href = sites[previousIndex];
document.getElementById('next-link').href = sites[nextIndex];
</script>
-
</div>
+
</div>