From 4346851d667814f3c8b21e2824b42564e054c41f Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Sun, 25 Jun 2023 21:20:09 -0400 Subject: [PATCH] Add Youtube --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo.toml b/hugo.toml index 6d2d4e5..daddacc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -27,6 +27,10 @@ ShowReadingTime = true name = 'mastodon' url = 'https://mastodon.social/@rolandtjr' + [[params.socialIcons]] + name = 'youtube' + url = 'https://www.youtube.com/@DevSecLifewithRTJ' + [[params.socialIcons]] name = 'github' url = 'https://github.com/rolandtjr'