--- title: Webrings layout: "layouts/layout.njk" summary: "It's good to make your own communities. I list my webrings here." stamps: - su/periblush.png - hs/light.png - su/strawberry.png - hs/homestuck-house.png - id/nonbinary.png - id/trans.png - id/lesbian.png - id/they-them.png - id/she-her.png eleventyImport: collections: ["webrings"] ---

It's good to make your own communities and your own spaces, and this is a fun and sorta goofy way to do that. Also, homemade internet aesthetics absolutely own, so I'm gonna cover this page in stamps.

{% for stamp in stamps %} {% if stamp.endsWith(".gif") %} {% else %} {% endif %} {% endfor %}
{% for webring in collections.webrings | sort(false, true, 'data.title') %}

{{ webring.data.title }}

{% if webring.data.prev or webring.data.next %}
{% if webring.data.prev %} Prev Site {% endif %}
{% if webring.data.next %} Next Site {% endif %}
{% endif %}
{{ webring.templateContent | safe }}
{% for stamp in webring.data.stamps %} {% if stamp.endsWith(".gif") %} {% else %} {% endif %} {% endfor %}
{% endfor %}