A vibe coded tangled fork which supports pijul.
0
fork

Configure Feed

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

at 26c62f524a7cb3c9331e3e00d20fdf4bb645b391 7 lines 373 B view raw
1{{ define "layouts/footer" }} 2<div class="w-full p-4 bg-white dark:bg-gray-800 rounded-t drop-shadow-sm"> 3 <div class="container mx-auto text-center text-gray-600 dark:text-gray-400 text-sm"> 4 <span class="font-semibold italic">tangled</span> &mdash; made by <a href="/@oppi.li">@oppi.li</a> and <a href="/@icyphox.sh">@icyphox.sh</a> 5 </div> 6</div> 7{{ end }}