From 79fb937ed8c0a500fd017e7f2fa906bfecce19e7 Mon Sep 17 00:00:00 2001 From: Ruben Date: Sun, 25 May 2025 21:36:28 -0500 Subject: [PATCH] add swifty's hq --- .forgejo/buttons.sh | 1 + _includes/layouts/home.njk | 1 + _includes/layouts/notebook.njk | 9 ++++++++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.forgejo/buttons.sh b/.forgejo/buttons.sh index e78cf7b..70e7f7a 100755 --- a/.forgejo/buttons.sh +++ b/.forgejo/buttons.sh @@ -44,6 +44,7 @@ printf "downloading sophari ..." && curl -fsSL -A "synth.download Button Downloa printf "downloading squeakable ..." && curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/squeakable.png" https://squeakable.dev/assets/buttons/squeakable.png && echo printf "downloading sterophonick ..." && curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/sterophonick.gif" https://sterophonick.github.io/assets/img/home/web_button.gif && echo printf "downloading sweetcoffy ..." && curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/sweetcoffy.png" https://sweetcoffy.pages.gay/assets/button.png && echo +printf "downloading swifty ..." && curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/swiftyshq.png" https://swiftyshq.neocities.org/img/res/aff/swsign.png && echo printf "downloading thecrafters001 ..." && curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/tc001.png" https://www.thecrafters001.com/img/buttons/me/btn.png && echo printf "downloading thermia ..." && curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/thermia.gif" https://girlthi.ng/~thermia/img/88x31/thermia.gif && echo printf "downloading therra ..." && curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/theysosmall.png" https://smolderg.xyz/img/badges/theysosmall_by_liah.png && echo diff --git a/_includes/layouts/home.njk b/_includes/layouts/home.njk index 4ea1a3f..e3f4fb2 100644 --- a/_includes/layouts/home.njk +++ b/_includes/layouts/home.njk @@ -104,6 +104,7 @@ permalink: "/index.html" Squeakable Atapi SweetCoffy + swifty's hq! TheCrafters001 tobskep unnick diff --git a/_includes/layouts/notebook.njk b/_includes/layouts/notebook.njk index 3d14de2..0a671b7 100644 --- a/_includes/layouts/notebook.njk +++ b/_includes/layouts/notebook.njk @@ -34,7 +34,14 @@ permalink: "/notebook/" {%- for other in collections.other %}

{{ other.data.title }}

-

{{ other.tags }}

+

+ {% for tag in other.data.tags -%} + {% if tag == 'other' %} + + {% else %} + {{ tag }} + {% endif %} +

{{ other.data.description }}

read more