--- layout: base.njk title: Fediverse Skillshare Classifieds --- {% css %}{% include "css/home.css" %}{% endcss %}

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!

{% for tag in collections | getKeys | removeCoreTags | sortAlphabetically %}

{{ tag }}

{{ tag | getTagline }}

{% for listing in collections[tag] %}

{{ listing.data.title }}

{{ listing.data.handle }} offers: {{ listing.data.blurb }}

listed on

{% endfor %}
{% endfor %}