From 8d69b0eb6deea4813eb1e694ce2f21daf70957e7 Mon Sep 17 00:00:00 2001 From: Austin Gebauer Date: Sun, 5 Apr 2020 16:46:58 -0700 Subject: docs: update readme --- README.md | 2 +- exampleSite/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f12400..bf60589 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ copyright = "© Copyright Year, Your Name" href = "" [[params.social]] fa_icon = "fas fa-at fa-1x" - href = "" + href = "mailto:gebauer.austin@gmail.com" # Link can also be a mailto ``` ### Updating diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4c9fccf..469c98f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -47,4 +47,4 @@ copyright = "© Copyright Year, Your Name" href = "" [[params.social]] fa_icon = "fas fa-at fa-1x" - href = "" + href = "mailto:gebauer.austin@gmail.com" # Link can also be a mailto -- cgit v1.2.3