2026-05-05 12:40:42 -07:00
|
|
|
<div class="listing">
|
2026-05-04 10:16:11 -07:00
|
|
|
<h3>{{ listing.data.title }}</h3>
|
|
|
|
|
<p class="blurb">
|
|
|
|
|
<strong>
|
2026-05-08 16:50:18 -07:00
|
|
|
{% if listing.data.url %}
|
2026-05-04 10:16:11 -07:00
|
|
|
<a href="https://{{ listing.data.url }}"
|
|
|
|
|
target="_blank">{{ listing.data.handle }}</a>
|
2026-05-08 16:50:18 -07:00
|
|
|
{% else %}
|
|
|
|
|
{{ listing.data.handle }}</strong> <span class="teal">(Ed. note: copy-paste
|
|
|
|
|
handle into your fedi search bar. Server issues when opening as standalone
|
|
|
|
|
page.)</span>
|
|
|
|
|
<strong>
|
|
|
|
|
{% endif %}
|
2026-05-04 10:16:11 -07:00
|
|
|
offers:</strong> {{ listing.data.blurb }}
|
|
|
|
|
</p>
|
|
|
|
|
{% if listing.data.rate %}
|
2026-05-05 12:40:42 -07:00
|
|
|
<p><strong>Suggested rate:</strong> {{ listing.data.rate }}</p>
|
2026-05-04 10:16:11 -07:00
|
|
|
{% endif %}
|
|
|
|
|
<p class="listed-on">
|
|
|
|
|
listed on <time datetime="{{ listing.date | htmlDateString }}"
|
|
|
|
|
>{{ listing.date | readableDate() }}</time>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|