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 02:46:58 +0300
committerAustin Gebauer <agebauer@hashicorp.com>2020-04-06 02:46:58 +0300
commit8d69b0eb6deea4813eb1e694ce2f21daf70957e7 (patch)
tree4d2b9a48096115fd1c9b8cb067c2c0923e175df1
parent021ff209d339d404cc3ea669138ab7378059af54 (diff)
docs: update readme
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml2
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 = "&copy; 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 = "&copy; 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