From 17d57e5c20f94cc12008c03cb9f4fedad110b67d Mon Sep 17 00:00:00 2001 From: mms Date: Thu, 21 Nov 2024 23:29:50 +0100 Subject: wheel --- layouts/shortcodes/contact-table.html | 109 ++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 layouts/shortcodes/contact-table.html (limited to 'layouts/shortcodes/contact-table.html') diff --git a/layouts/shortcodes/contact-table.html b/layouts/shortcodes/contact-table.html new file mode 100644 index 0000000..ffffaeb --- /dev/null +++ b/layouts/shortcodes/contact-table.html @@ -0,0 +1,109 @@ +{{ $i := .Inner }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ {{- $img := resources.Get "more/images/liberachat.png" }} + {{- $img := $img.Resize "x13 png q90"}} + logo + + Libera.chat: + + mms + + + (for example on + ##cryschan + ) +
+ {{- $img := resources.Get "more/images/mastodon.png" }} + {{- $img := $img.Resize "x13 png q90"}} + logo + + Mastodon: + + @mms@bsd.cafe + +
+ {{- $img := resources.Get "more/images/kofi.png" }} + {{- $img := $img.Resize "x13 png q90"}} + logo + + Ko-Fi: + + mmspl + +
+ {{- $img := resources.Get "more/images/lobsters.png" }} + {{- $img := $img.Resize "x13 png q90"}} + logo + + Lobste.rs: + + mms + +
+ {{- $img := resources.Get "more/images/freebsd.png" }} + {{- $img := $img.Resize "x13 png q90"}} + logo + + FreeBSD forums: + + mms + +
+ {{- $img := resources.Get "more/images/gog.png" }} + {{- $img := $img.Resize "x13 png q90"}} + logo + + gog.com: + + coryza + +
+ {{- $img := resources.Get "more/images/steam.png" }} + {{- $img := $img.Resize "x13 png q90"}} + logo + + steam: + + mms + +
-- cgit v1.2.3