From fc05325247b7284863293373a19973030931061a Mon Sep 17 00:00:00 2001 From: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> Date: Fri, 20 Feb 2026 14:13:56 +0100 Subject: [PATCH] fix feed icon Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> --- config/_default/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index c9c4371c..fd403e34 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -138,7 +138,7 @@ sidebar_menu_compact = true [[params.links.bottom]] name = "Matrix.org Blog Feed" url = "https://matrix.org/atom.xml" - icon = "fab fa-rss" + icon = "fas fa-rss" desc = "Matrix.org Blog Atom Feed"