From 2afc826b62eaac5efb14efff5339d31406da6563 Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Fri, 20 Oct 2023 14:11:39 -0400 Subject: [PATCH] updated toml --- hugo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hugo.toml b/hugo.toml index 320013d..5c0d1d1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -16,3 +16,13 @@ path = "github.com/google/docsy/dependencies" style = "catppuccin-latte" [params.ui] sidebar_menu_foldable = true +[[params.links.user]] + name ="Twitter" + url = "https://x.com/gogrlx" + icon = "fab fa-twitter" + desc = "Follow us on Twitter to get the latest news!" +[[params.links.user]] + name = "GitHub" + url = "https://github.com/gogrlx/grlx" + icon = "fab fa-github" + desc = "Development takes place here!"