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 <style>.fullwidth{width:100vw; padding: 0 0.5em;}</style>
19 It's good to make your own communities and your own spaces, and this is a fun and sorta goofy way to do that.
20 Also, homemade internet aesthetics absolutely own, so I'm gonna cover this page in stamps.
23 <div class="col hcenter"><div class="row fullwidth hcenter fwrap">
24 {% for stamp in stamps %}
25 {% if stamp.endsWith(".gif") %}
26 <img class="animated-decoration" src="/stamps/{{stamp}}">
28 <img src="/stamps/{{stamp}}">
32 {% for webring in collections.webrings | sort(false, true, 'data.title') %}
34 <h2 id="{{ webring.data.title | slug }}">{{ webring.data.title }}</h2>
35 {% if webring.data.prev or webring.data.next %}
37 {% if webring.data.prev %}
38 <a class="c-sun" href="{{ webring.data.prev }}">Prev Site</a>
40 <div class="spacer"></div>
41 {% if webring.data.next %}
42 <a class="c-sun" href="{{ webring.data.next }}">Next Site</a>
47 {{ webring.templateContent | safe }}
50 {% for page in webring.data.pages %}
51 <li><a class="c-sun" href="{{ page.url }}">{{ page.title }}</a></li>
55 <div class="col hcenter"><div class="row fullwidth hcenter fwrap">
56 {% for stamp in webring.data.stamps %}
57 {% if stamp.endsWith(".gif") %}
58 <img class="animated-decoration" src="/stamps/{{stamp}}">
60 <img src="/stamps/{{stamp}}">