Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

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

web: use block logo for header

+1 -1
+1 -1
web/templates/base.html
··· 12 12 <header class="border-b border-neutral-800"> 13 13 <div class="max-w-2xl mx-auto px-4 py-3 flex items-center justify-between"> 14 14 <div class="flex items-center gap-2 text-neutral-500 overflow-x-auto whitespace-nowrap"> 15 - <a href="/" class="shrink-0 hover:opacity-80"><span class="text-amber-500" style="margin-right: 0.1em">@</span><span class="text-neutral-200">bbs</span></a> 15 + <a href="/" class="shrink-0 hover:opacity-80"><img src="/static/hero.svg" alt="@bbs" style="height: 1.25rem; image-rendering: pixelated;" class="inline-block"></a> 16 16 {% block breadcrumb %}{% endblock %} 17 17 </div> 18 18 <div class="shrink-0 ml-4 flex items-center gap-3">