From 5b23d4bbad91462aa75f633bc9c66ac10d1e4f74 Mon Sep 17 00:00:00 2001 From: Burer Date: Sat, 7 Mar 2026 23:12:17 +0200 Subject: [PATCH 1/3] add Matrix and IRC to socials block --- static/img/icons/i_irc.png | Bin 0 -> 612 bytes static/img/icons/i_matrix.png | Bin 0 -> 239 bytes templates/tmpl/_socials.htm | 10 ++++++++++ 3 files changed, 10 insertions(+) create mode 100644 static/img/icons/i_irc.png create mode 100644 static/img/icons/i_matrix.png diff --git a/static/img/icons/i_irc.png b/static/img/icons/i_irc.png new file mode 100644 index 0000000000000000000000000000000000000000..e18f150eaf87852ac0bdc9ec8aa5c6069283bb0b GIT binary patch literal 612 zcmV-q0-ODbP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGf6951U69E94oEQKA0r^QpK~y+TjZ;l) z6hRQJ>itM!1U)Drm+T_qK@bHAdf(iVUtkXF7~I7}ZeI1E9zDBeFdq_LNsy9q0pt)K*YZ5afL{lszj%c5%?)A%P z?`v?$F%%$LzIfiH>0=_f!^D+f_Ru&93olox@*r-1It*qq;Y(3x>ay#n+nTYdai2M+ z8~xFrr?FV%rUvW?OJq6OhHrS5G4Pr7vF0&MW_GQ;``+Ic5OwNTouMse?pLKU4JMv} z^wTFAX`=Y}c3gjo6^^ueulvq8n$vP7du$)UX3#KD)BW?mWgY~AXfI+db)mI%;Y^vV zX)qHSwwby7!CI?(KWvA*5DDfi>^8^k_zv#AmyfO(!?%!GX&t1-&92|w^Ha+M0AK=zK_tXn4dx75GibY> yeTdA#Ivn5_P?$B;U?(-4(QPygHG78~M85%DSK|nHr|mib0000FVdQ&MBb@02^IgmjD0& literal 0 HcmV?d00001 diff --git a/templates/tmpl/_socials.htm b/templates/tmpl/_socials.htm index 168d809..c1f4602 100644 --- a/templates/tmpl/_socials.htm +++ b/templates/tmpl/_socials.htm @@ -14,4 +14,14 @@ RedditReddit +

+ +

+ + MatrixMatrix + +
+ + IRCIRC +

\ No newline at end of file -- 2.49.1 From 6900b85b18af9bd0a348bf43f121f00dd8438ade Mon Sep 17 00:00:00 2001 From: Burer Date: Sat, 7 Mar 2026 23:18:16 +0200 Subject: [PATCH 2/3] change IRC icon to differentiate from info --- static/img/icons/i_irc.png | Bin 612 -> 510 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/static/img/icons/i_irc.png b/static/img/icons/i_irc.png index e18f150eaf87852ac0bdc9ec8aa5c6069283bb0b..d52381fa1e1dfd36a0d3ee6bcc5c9b3a50fb691a 100644 GIT binary patch delta 435 zcmaFD@{f5!Xgz~uiEBhjaDG}zd16s2LqK9?UWuNcYlwoWo}r$hVHbzkIR*xX9jOtX zX`Y^13>-iXD}xjxD+42towY!L92 zWMp{345I5H40LN57=W@9*cn)WiVcj64Hy?d3G$0!Un1DtzfmH@sS^!y4 zU4{k*AlX~<4~K+imF@>JS9!WPhFJI~_sm~<;n3_pDxTBebP0l+XkKS(tW_ delta 538 zcmV+#0_FYw1LOpdReu5bNkl&2l z4(k})#Y1jh^`IU-yJj#S5|UpKkNO9K2Qesk2%A7WMNl-#_Uv?7uctHa4iSCOOm}s4 z)vKyEOedhZT03hJGb2P(EF_L-pQ`Tl%V_UwaLF+gAX>h7-hZX(Vrgf64y^$WuzCR}cy2EbKPN?f4GvzL$@#7{j-a zS!o@l#?7wZ-Sbn+0{~zGg+V05Tn*+7S~F<7o_&bS!8#n^7*Los)L Date: Sun, 8 Mar 2026 19:11:35 +0200 Subject: [PATCH 3/3] remove port from IRC channel URL --- templates/tmpl/_socials.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tmpl/_socials.htm b/templates/tmpl/_socials.htm index c1f4602..df35a98 100644 --- a/templates/tmpl/_socials.htm +++ b/templates/tmpl/_socials.htm @@ -21,7 +21,7 @@ MatrixMatrix
- + IRCIRC

\ No newline at end of file -- 2.49.1