feat: unify check-in rendering in /been with /where, consistent design for all entries

This commit is contained in:
svemagie
2026-03-11 08:05:42 +01:00
parent 345ed62784
commit 2ff0209066
+3 -3
View File
@@ -8,15 +8,15 @@ withSidebar: true
<div class="where-page"> <div class="where-page">
<header class="mb-6 sm:mb-8"> <header class="mb-6 sm:mb-8">
<p class="p-summary text-lg text-surface-600 dark:text-surface-400">
Recent check-ins captured by this site via Micropub.
</p>
<h1 class="text-2xl sm:text-3xl md:text-4xl font-bold text-surface-900 dark:text-surface-100 mb-2">Where</h1> <h1 class="text-2xl sm:text-3xl md:text-4xl font-bold text-surface-900 dark:text-surface-100 mb-2">Where</h1>
<div class="prose prose-surface dark:prose-invert max-w-none text-surface-600 dark:text-surface-400 mb-2"> <div class="prose prose-surface dark:prose-invert max-w-none text-surface-600 dark:text-surface-400 mb-2">
<p> <p>
A <a href="https://niqwithq.com/posts/where-are-you">where page</a> is a place on the web to let others know about your current location. Thanks to <a href="https://aaronparecki.com/">Aaron Parecki</a> for ownyourswarm. A <a href="https://niqwithq.com/posts/where-are-you">where page</a> is a place on the web to let others know about your current location. Thanks to <a href="https://aaronparecki.com/">Aaron Parecki</a> for ownyourswarm.
</p> </p>
</div> </div>
<p class="text-surface-600 dark:text-surface-400">
Recent check-ins captured by this site via Micropub.
</p>
<p class="mt-2 text-sm"> <p class="mt-2 text-sm">
<a href="/been/" class="text-accent-600 hover:underline">See all past check-ins →</a> <a href="/been/" class="text-accent-600 hover:underline">See all past check-ins →</a>
</p> </p>