design: where page
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
layout: layouts/been.njk
|
layout: layouts/been.njk
|
||||||
title: Where
|
title: Where
|
||||||
permalink: /where/
|
permalink: /where/
|
||||||
description: All past check-ins.
|
description: AMy past check-ins.
|
||||||
withSidebar: true
|
withSidebar: true
|
||||||
leafletMap: true
|
leafletMap: true
|
||||||
---
|
---
|
||||||
@@ -12,7 +12,7 @@ leafletMap: true
|
|||||||
<header class="mb-6 sm:mb-8">
|
<header class="mb-6 sm:mb-8">
|
||||||
<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>
|
||||||
<p class="p-summary text-lg text-surface-600 dark:text-surface-400">
|
<p class="p-summary text-lg text-surface-600 dark:text-surface-400">
|
||||||
All past check-ins captured by this site via Micropub.
|
My past check-ins.
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -71,6 +71,7 @@ leafletMap: true
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if checkins.length %}
|
{% if checkins.length %}
|
||||||
|
<h2 class="text-2xl sm:text-3xl md:text-4xl font-bold text-surface-900 dark:text-surface-100 mb-2">/Been</h2>
|
||||||
{% set grouped = checkins | groupby("name") %}
|
{% set grouped = checkins | groupby("name") %}
|
||||||
<ul class="divide-y divide-surface-200 dark:divide-surface-700" aria-label="Past check-ins">
|
<ul class="divide-y divide-surface-200 dark:divide-surface-700" aria-label="Past check-ins">
|
||||||
{% for groupName, groupItems in grouped %}
|
{% for groupName, groupItems in grouped %}
|
||||||
|
|||||||
Reference in New Issue
Block a user