Skip to content

Commit 202edf6

Browse files
authored
Update social icons in footer (#291)
Add to the site footer an icon linking to the YouTube channel as per issue #2239. Change the email entry to direct to [email protected] instead of the Interlisp Users mailing list, which addresses issue #1426. Signed-off-by: Paolo Amoroso <[email protected]>
1 parent c343675 commit 202edf6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

config/_default/params.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ gcs_engine_id: 33ef4cbe0703b4f3a
6767
# icon: icon to display
6868
links:
6969
user:
70-
- name: "User mailing list"
71-
url: "mailto:[email protected]"
70+
- name: "Email"
71+
url: "mailto:[email protected]"
7272
icon: "fa fa-envelope"
73-
desc: "Discussion and help from your fellow users"
73+
desc: "Contact us for general information or inquiries"
7474
- name: "Mastodon"
7575
url: "https://fosstodon.org/@interlisp"
7676
icon: "fa-brands fa-mastodon"
@@ -79,6 +79,10 @@ links:
7979
url: "https://bsky.app/profile/interlisp.org"
8080
icon: "fa-brands fa-bluesky"
8181
desc: "We're on Bluesky too!"
82+
- name: "YouTube"
83+
url: "https://www.youtube.com/@Interlisp"
84+
icon: "fa-brands fa-youtube"
85+
desc: "Subscribe to our YouTube channel"
8286
- name: "RSS Feed"
8387
url: "project/status/rss.xml"
8488
icon: "fa fa-rss"

0 commit comments

Comments
 (0)