---
layout: base.njk
title: Fediverse Skillshare Classifieds
---
{% css %}{% include "css/home.css" %}{% endcss %}
jump to...
{% for tag in collections | getKeys | removeCoreTags | sortAlphabetically %}
-
{{ tag }}
{% endfor %}
{% for tag in collections | getKeys | removeCoreTags | sortAlphabetically %}
{{ tag }}
{{ tag | getTagline }}
{% for ad in collections[tag] %}
{% endfor %}
{% endfor %}