From a53a43ef0a98def17adfe69fc4a452b38211ac05 Mon Sep 17 00:00:00 2001 From: Cassie Jones Date: Sun, 6 Feb 2022 20:36:11 -0500 Subject: [PATCH] Add friends webring --- webrings.njk | 16 +++++++++++----- webrings/friends.md | 12 ++++++++++++ 2 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 webrings/friends.md diff --git a/webrings.njk b/webrings.njk index 5c87c67..eebca40 100644 --- a/webrings.njk +++ b/webrings.njk @@ -14,12 +14,12 @@ stamps: - id/she-her.png --- -
+

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") %} @@ -29,14 +29,20 @@ stamps: {% endif %} {% endfor %}
-{% for webring in collections.webrings %} -
+{% for webring in collections.webrings | reverse %} +

{{ 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 }}
@@ -45,7 +51,7 @@ stamps:
  • {{ page.title }}
  • {% endfor %} -
    +
    {% for stamp in webring.data.stamps %} {% if stamp.endsWith(".gif") %} diff --git a/webrings/friends.md b/webrings/friends.md new file mode 100644 index 0000000..17c6dd3 --- /dev/null +++ b/webrings/friends.md @@ -0,0 +1,12 @@ +--- +title: Friends +pages: + - title: "Alex @myrrlyn" + url: "https://myrrlyn.net/" + - title: "Lynn @chordbug" + url: "https://foldr.moe/" + - title: "Wiggles @16kbps" + url: "https://becca.ooo/about/" +--- + +I have a bunch of computer friends. Lots of them are from twitter, but not all of 'em. Here's some of their websites, as I remember to add them here. -- 2.43.2