From a4637ea926e00146b212cfcb3de5dfdb7f2d3256 Mon Sep 17 00:00:00 2001 From: Muskan Hashim Date: Thu, 27 Aug 2026 14:45:30 +0200 Subject: [PATCH 1/2] Fix the join page icon classes The icon class was concatenated onto card-title without a separator, so every card rendered class="card-titlebi-github" and neither class applied. This is why no icons showed, and why the X card looked empty: its label comes entirely from .i-xcom::before. --- layouts/join/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/join/list.html b/layouts/join/list.html index 0c1efc4..ae6dfc6 100644 --- a/layouts/join/list.html +++ b/layouts/join/list.html @@ -9,7 +9,7 @@

{{ .Title }}

{{/* Icon class travels with the entry, so a new channel is a content change */}} -
+
{{ with $item.icon }} {{ end }}{{ $item.title }}

From 1d6ed574c466f6f6e2da949339a5ce227e16cd78 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:48:45 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- layouts/join/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/join/list.html b/layouts/join/list.html index ae6dfc6..0c1efc4 100644 --- a/layouts/join/list.html +++ b/layouts/join/list.html @@ -9,7 +9,7 @@

{{ .Title }}

{{/* Icon class travels with the entry, so a new channel is a content change */}} -
+
{{ with $item.icon }} {{ end }}{{ $item.title }}