20 lines
404 B
Plaintext
20 lines
404 B
Plaintext
---
|
|
title: FediLearns Classifieds
|
|
---
|
|
{% css %}{% include "css/listings.css" %}{% endcss %}
|
|
|
|
<div id="jump-links">
|
|
<h2>jump to...</h2>
|
|
<ul>
|
|
{% for tag in collections | getKeys | removeCoreTags | sortAlphabetically %}
|
|
<li>
|
|
<a href="#{{ tag | slugify }}">{{ tag }}</a>
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
|
|
{% set day = null %}
|
|
{% set category = "offers" %}
|
|
{% include "listings.njk" %}
|