From d0c7224d95cf9448b5e999f7e50da5ce7e89aeef Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 29 Aug 2023 10:40:24 -0500 Subject: [PATCH] fix missing alt text for contact links --- config/_default/params.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/_default/params.toml b/config/_default/params.toml index 0048218..2fc167d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -120,10 +120,12 @@ url = "https://github.com/jbowdre" [[socialLinks]] icon = "fa-solid fa-circle-user" +title = "CounterSocial" url = "https://counter.social/@john_b" [[socialLinks]] icon = "fa-solid fa-comments" +title = "SimpleX Chat" url = "https://runtimeterror.dev/simplex" [[socialLinks]]