Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Gebauer <agebauer@hashicorp.com>2020-04-06 03:18:20 +0300
committerAustin Gebauer <agebauer@hashicorp.com>2020-04-06 03:18:20 +0300
commit6d0a14fde3e8234274a3dc43bf879f64b8795ac5 (patch)
tree7295203cc042c8ea038b886cd250c45ce403eefd
parent782de0dcfd9ad2c78ef7684e85f49cc931bd8016 (diff)
docs: update config.toml comment
-rw-r--r--README.md4
-rw-r--r--exampleSite/config.toml4
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 = "&copy; 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 = "&copy; 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 = "&copy; 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 = "&copy; 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 = ""