From b2f62aa7c9db0a8812f2715483233ad5b280db93 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 28 Aug 2023 16:46:03 -0500 Subject: [PATCH] add/rearrange social links --- config/_default/params.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 63b2a62..50c9af6 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -116,11 +116,15 @@ icon = "fa-brands fa-github" title = "GitHub" url = "https://github.com/jbowdre" +[[socialLinks]] +icon = "fa-solid fa-circle-user" +url = "https://counter.social/@john_b" + +[[socialLinks]] +icon = "fa-solid fa-comments" +url = "https://runtimeterror.dev/simplex" + [[socialLinks]] icon = "fa-solid fa-envelope" title = "Email" url = "mailto:ops@runtimeterror.dev" - -[[socialLinks]] -icon = "fa-solid fa-circle-user" -url = "https://counter.social/@john_b" \ No newline at end of file