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:44:50 +0300
committerAustin Gebauer <agebauer@hashicorp.com>2020-04-06 02:44:50 +0300
commit021ff209d339d404cc3ea669138ab7378059af54 (patch)
tree43d5f6fef607f25c4f1880610a145b71171980f0
parent1cd912b0ccbb33cea0f4089a8095e7d87f395654 (diff)
docs: update readme
-rw-r--r--README.md12
-rw-r--r--exampleSite/config.toml12
2 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 03eef74..6f12400 100644
--- a/README.md
+++ b/README.md
@@ -86,14 +86,14 @@ copyright = "&copy; Copyright Year, Your Name"
fa_icon = "fab fa-github fa-1x" # Font Awesome icon class
href = "http://github.com/youruser" # Link to associate with icon
[[params.social]]
- fa_icon = "fab fa-linkedin-in fa-1x"
- href = ""
+ fa_icon = "fab fa-linkedin-in fa-1x"
+ href = ""
[[params.social]]
- fa_icon = "fab fa-twitter fa-1x"
- href = ""
+ fa_icon = "fab fa-twitter fa-1x"
+ href = ""
[[params.social]]
- fa_icon = "fas fa-at fa-1x"
- href = ""
+ fa_icon = "fas fa-at fa-1x"
+ href = ""
```
### Updating
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 2d64b56..4c9fccf 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -40,11 +40,11 @@ copyright = "&copy; Copyright Year, Your Name"
fa_icon = "fab fa-github fa-1x" # Font Awesome icon class
href = "http://github.com/youruser" # Link to associate with icon
[[params.social]]
- fa_icon = "fab fa-linkedin-in fa-1x"
- href = ""
+ fa_icon = "fab fa-linkedin-in fa-1x"
+ href = ""
[[params.social]]
- fa_icon = "fab fa-twitter fa-1x"
- href = ""
+ fa_icon = "fab fa-twitter fa-1x"
+ href = ""
[[params.social]]
- fa_icon = "fas fa-at fa-1x"
- href = ""
+ fa_icon = "fas fa-at fa-1x"
+ href = ""