···11-@component('components/layout', { description: "About favs.blue — a favstar.fm-style site for Bluesky. See any account's most popular posts, updated in near real-time." })
11+@component('components/layout', { description: "About favs.blue — a favstar.fm-style site for Bluesky. See any account's most popular posts, updated in real-time." })
22 @slot('title')
33 About — favs.blue
44 @endslot
···99 <p>
1010 favs.blue is a <a href="https://en.wikipedia.org/wiki/Favstar" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">favstar.fm</a>-style
1111 site for <a href="https://bsky.app" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">Bluesky</a>.
1212- Type any handle and see that account's most popular posts, powered by the
1313- <a href="https://atproto.com" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">AT Protocol</a> firehose.
1212+ Type any handle and see that account's most popular posts.
1413 </p>
1514 <p>
1616- Data is updated in near real-time.
1515+ Data is updated in real-time.
1716 No login or account required — all data shown is already public on Bluesky.
1817 But if you want, you can sign in to like & repost right from the site.
1918 </p>
···2221 Bluesky, it disappears from favs.blue too.
2322 </p>
2423 <p>
2525- By <a href="https://btao.org/" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">Tao</a>
2424+ Follow <a href="https://bsky.app/profile/favs.blue" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">{{ '@favs.blue' }}</a> on Bluesky,
2525+ or subscribe to our feeds:
2626 </p>
2727- <p><a href="/" class="text-blue-600 dark:text-blue-400 hover:underline">← Back to search</a></p>
2727+ <ul class="list-disc pl-6 space-y-1">
2828+ <li>
2929+ <a href="https://bsky.app/profile/favs.blue/feed/1k-favs" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">Posts that hit 1,000 likes</a>
3030+ </li>
3131+ <li>
3232+ <a href="https://bsky.app/profile/favs.blue/feed/10k-favs" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">Posts that hit 10,000 likes</a>
3333+ </li>
3434+ </ul>
3535+ <p class="pt-8"><a href="/" class="text-blue-600 dark:text-blue-400 hover:underline">← Back to search</a></p>
2836 </div>
2937 @endslot
3038@endcomponent