new listings and workaround for bad URL

This commit is contained in:
2026-05-08 16:50:18 -07:00
parent ce99862505
commit 7b578d46f5
4 changed files with 27 additions and 0 deletions

View File

@ -2,8 +2,15 @@
<h3>{{ listing.data.title }}</h3>
<p class="blurb">
<strong>
{% if listing.data.url %}
<a href="https://{{ listing.data.url }}"
target="_blank">{{ listing.data.handle }}</a>
{% 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 %}
offers:</strong> {{ listing.data.blurb }}
</p>
{% if listing.data.rate %}