From dcb48a42b3f82498f3e36606585cb0ac9b2c7afb Mon Sep 17 00:00:00 2001 From: Paolo Amoroso Date: Sat, 9 Aug 2025 10:11:51 +0200 Subject: [PATCH] Update social icons in footer Add to the site footer an icon linking to the YouTube channel as per issue #2239. Change the email entry to direct to info@interlisp.org instead of the Interlisp Users mailing list, which addresses issue #1426. Signed-off-by: Paolo Amoroso --- config/_default/params.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 4b708c24..45b3f1a9 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -67,10 +67,10 @@ gcs_engine_id: 33ef4cbe0703b4f3a # icon: icon to display links: user: - - name: "User mailing list" - url: "mailto:Interlisp@googlegroups.com" + - name: "Email" + url: "mailto:info@interlisp.org" icon: "fa fa-envelope" - desc: "Discussion and help from your fellow users" + desc: "Contact us for general information or inquiries" - name: "Mastodon" url: "https://fosstodon.org/@interlisp" icon: "fa-brands fa-mastodon" @@ -79,6 +79,10 @@ links: url: "https://bsky.app/profile/interlisp.org" icon: "fa-brands fa-bluesky" desc: "We're on Bluesky too!" + - name: "YouTube" + url: "https://www.youtube.com/@Interlisp" + icon: "fa-brands fa-youtube" + desc: "Subscribe to our YouTube channel" - name: "RSS Feed" url: "project/status/rss.xml" icon: "fa fa-rss"