From 1325ec5fbced7a8fd2a84701ba8bd20f03f27761 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Tue, 4 Aug 2020 20:51:38 -0700 Subject: [PATCH] Add icons to sidebar --- config.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index a77696b..e4ee986 100644 --- a/config.toml +++ b/config.toml @@ -60,17 +60,21 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id email = "trevor@rocketnine.space" # Custom social links -[[Params.widgets.social.custom]] - title = "GitLab profile" - url = "https://gitlab.com/tslocum" [[Params.widgets.social.custom]] - title = "GitHub profile" + title = "GitLab" + url = "https://gitlab.com/tslocum" + icon = "svg/gitlab.svg" + +[[Params.widgets.social.custom]] + title = "GitHub" url = "https://github.com/tslocum" + icon = "svg/github.svg" [[Params.widgets.social.custom]] title = "Résumé" url = "https://tslocum.github.io/resume" + icon = "svg/author.svg" [[menu.main]] name = "Home"