From 6d0a14fde3e8234274a3dc43bf879f64b8795ac5 Mon Sep 17 00:00:00 2001 From: Austin Gebauer Date: Sun, 5 Apr 2020 17:18:20 -0700 Subject: docs: update config.toml comment --- README.md | 4 ++-- exampleSite/config.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d455ab..f189456 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ copyright = "© Copyright Year, Your Name" mainSections = ["posts", "post", "blog"] # Main sections to include in recent posts [[params.social]] fa_icon = "fab fa-github fa-1x" # Font Awesome icon class - href = "http://github.com/youruser" # Link to associate with icon + href = "http://github.com/youruser" # Link to associate with icon (http://, https://, mailto:) [[params.social]] fa_icon = "fab fa-linkedin-in fa-1x" href = "" @@ -93,7 +93,7 @@ copyright = "© Copyright Year, Your Name" href = "" [[params.social]] fa_icon = "fas fa-at fa-1x" - href = "mailto:gebauer.austin@gmail.com" # Link can also be a mailto + href = "" ``` ### Updating diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 469c98f..5fdf067 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -38,7 +38,7 @@ copyright = "© Copyright Year, Your Name" mainSections = ["posts", "post", "blog"] # Main sections to include in recent posts [[params.social]] fa_icon = "fab fa-github fa-1x" # Font Awesome icon class - href = "http://github.com/youruser" # Link to associate with icon + href = "http://github.com/youruser" # Link to associate with icon (http://, https://, mailto:) [[params.social]] fa_icon = "fab fa-linkedin-in fa-1x" href = "" @@ -47,4 +47,4 @@ copyright = "© Copyright Year, Your Name" href = "" [[params.social]] fa_icon = "fas fa-at fa-1x" - href = "mailto:gebauer.austin@gmail.com" # Link can also be a mailto + href = "" -- cgit v1.2.3