From b8a4efc8d47ac0ac547a1474d0ce03682a994749 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 26 May 2024 17:36:49 -0500 Subject: [PATCH] add bunny powerLink --- config/_default/params.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/_default/params.toml b/config/_default/params.toml index 32f862a..4aea9b7 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -184,6 +184,10 @@ icon = "fa-solid fa-envelope" title = "Email" url = "mailto:jbowdre@omg.lol" +[[powerLinks]] +title = "bunny" +url = "https://bunny.net" + [[powerLinks]] title = "hugo" url = "https://gohugo.io"