3 layout: "layouts/layout.njk"
4 summary: "It's good to make your own communities. I list my webrings here."
9 - hs/homestuck-house.png
16 collections: ["webrings"]
18 <style>.fullwidth{width:100vw; padding: 0 0.5em;}</style>
21 It's good to make your own communities and your own spaces, and this is a fun and sorta goofy way to do that.
22 Also, homemade internet aesthetics absolutely own, so I'm gonna cover this page in stamps.
25 <div class="col hcenter"><div class="row fullwidth hcenter fwrap">
26 {% for stamp in stamps %}
27 {% if stamp.endsWith(".gif") %}
28 <img class="animated-decoration" src="/stamps/{{stamp}}">
30 <img src="/stamps/{{stamp}}">
34 {% for webring in collections.webrings | sort(false, true, 'data.title') %}
36 <h2 id="{{ webring.data.title | slug }}">{{ webring.data.title }}</h2>
37 {% if webring.data.prev or webring.data.next %}
39 {% if webring.data.prev %}
40 <a class="c-sun" href="{{ webring.data.prev }}">Prev Site</a>
42 <div class="spacer"></div>
43 {% if webring.data.next %}
44 <a class="c-sun" href="{{ webring.data.next }}">Next Site</a>
49 {{ webring.templateContent | safe }}
52 {% for page in webring.data.pages %}
53 <li><a class="c-sun" href="{{ page.url }}">{{ page.title }}</a></li>
57 <div class="col hcenter"><div class="row fullwidth hcenter fwrap">
58 {% for stamp in webring.data.stamps %}
59 {% if stamp.endsWith(".gif") %}
60 <img class="animated-decoration" src="/stamps/{{stamp}}">
62 <img src="/stamps/{{stamp}}">