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

Configure Feed

Select the types of activity you want to include in your feed.

bug: fix badges

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