new listings, business category, a few small tweaks

This commit is contained in:
2026-05-01 16:34:35 -07:00
parent 7f8db19f54
commit 213316ba2a
8 changed files with 47 additions and 16 deletions

View File

@ -6,9 +6,9 @@ title: Fediverse Skillshare Classifieds
<div class="wip">
<p>
Hey! This is in early days, so please forgive the lack of real data. Any listing
that is greyed out is sample data, and should be ignored. As I get real listings,
I'll replace the samples!
Hey! This is in early days, so please forgive the sparsity. Any listing
that is greyed out is sample data, and should be ignored. As I get more real
listings, I'll replace the samples!
</p>
</div>
@ -40,7 +40,8 @@ title: Fediverse Skillshare Classifieds
offers:</strong> {{ listing.data.blurb }}
</p>
<p class="listed-on">
listed on <time datetime="{{ listing.date | htmlDateString }}">{{ listing.date | readableDate() }}</time>
listed on <time datetime="{{ listing.date | htmlDateString }}"
>{{ listing.date | readableDate() }}</time>
</p>
</div>
{% endfor %}