A social pastebin built on atproto.
6
fork

Configure Feed

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

add ko-fi to footer

+1 -1
+1 -1
templates/base.html
··· 51 51 52 52 <footer class="border-t border-gray-100 py-6"> 53 53 <div class="max-w-3xl mx-auto px-5 text-xs text-gray-400 text-center"> 54 - <p>made by <a href="https://aly.codes" class="text-amber-600 hover:text-amber-700 transition-colors">@aly.codes</a></p> 54 + <p>made by <a href="https://aly.codes" class="text-amber-600 hover:text-amber-700 transition-colors">@aly.codes</a> · support on <a href="https://ko-fi.com/alyraffauf" class="text-amber-600 hover:text-amber-700 transition-colors">ko-fi</a></p> 55 55 </div> 56 56 </footer> 57 57