From 9f2264caa518fa5e908ffb26275e1978468b1113 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 20 May 2021 11:27:57 -0400 Subject: [PATCH] Update site icons --- docs/config.toml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 473d4d1..a22caea 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -38,13 +38,17 @@ pygmentsUseClasses = true url = "https://gitlab.com/chayward1/" [[params.social]] - name = "linkedin" - url = "https://linkedin.com/in/christopher-hayward-00b6a8197/" + name = "email" + url = "mailto:chris@chrishayward.xzy" # [[params.social]] # name = "youtube" # url = "https://youtube.com/channel/UCOOh07namjfzGwRuay1LqRQ" + # [[params.social]] + # name = "linkedin" + # url = "https://linkedin.com/in/christopher-hayward-00b6a8197/" + [privacy] [privacy.disqus] disable = true @@ -76,6 +80,6 @@ pygmentsUseClasses = true weight = 20 [[menu.main]] - name = "Contact" - url = "mailto:chris@chrishayward.xyz" - weight = 30 + name = "Projects" + url = "https://git.chrishayward.xyz/explore/repos" + weight = 30 \ No newline at end of file