rename ads -> offers, add new listing (syd)
This commit is contained in:
@ -21,10 +21,11 @@ title: FediLearns Classifieds
|
||||
<h2>{{ tag }}</h2>
|
||||
<p>{{ tag | getTagline }}</p>
|
||||
</div>
|
||||
{% if collections[tag].length == 0 %}
|
||||
{% set listings = collections[tag] | filterByTag("offers") %}
|
||||
{% if listings | length == 0 %}
|
||||
<p>No listings.</p>
|
||||
{% endif %}
|
||||
{% for listing in collections[tag] | sortAlphabeticallyByTitle %}
|
||||
{% for listing in listings | sortAlphabeticallyByTitle %}
|
||||
{% include "listing.njk" %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
8
src/offers/holothuroid-rollenspiel-social.md
Normal file
8
src/offers/holothuroid-rollenspiel-social.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title:
|
||||
handle: "@holothuroid@rollenspiel.social"
|
||||
url: "rollenspiel.social/@holothuroid"
|
||||
blurb:
|
||||
rate:
|
||||
date:
|
||||
---
|
||||
8
src/offers/interpersonal-and-life/syd-pagan-plus.md
Normal file
8
src/offers/interpersonal-and-life/syd-pagan-plus.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Reading Tarot for Personal Introspection"
|
||||
handle: "@syd@pagan.plus"
|
||||
url: "pagan.plus/@syd"
|
||||
blurb: "Interested in tarot? Have a deck you don't know what to do with? I can talk you through the basics of reading tarot for personal insight, including the tarot journaling practice I used to learn the card meanings and a simple three card spread for routine readings."
|
||||
rate:
|
||||
date: 2026-05-06
|
||||
---
|
||||
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
permalink: false,
|
||||
tags: [
|
||||
"ads"
|
||||
"offers"
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user