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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2021-07-29 00:48:15 +0300
committerThibaud Lepretre <thibaud.lepretre@gmail.com>2021-08-11 15:02:36 +0300
commit49f8b214712b155172e6e9829b0e084b12d3b3e7 (patch)
treeb9de4097f972f786d8f422d0548568b374902e6c /docs
parentcd2ca365492f40526232ad63bd1d1de93b0da525 (diff)
Update fontawesome to v5
Diffstat (limited to 'docs')
-rw-r--r--docs/user.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/user.md b/docs/user.md
index b850229..9b8634d 100644
--- a/docs/user.md
+++ b/docs/user.md
@@ -257,13 +257,13 @@ You can add groups of links and links much as you want.
weight = 0
identifier = "github"
name = "GitHub"
- pre = "<i class=\"sidebar-button-icon fa fa-lg fa-github\" aria-hidden=\"true\"></i>"
+ pre = "<i class=\"sidebar-button-icon fab fa-lg fa-github\" aria-hidden=\"true\"></i>"
url = "https://github.com/kakawait"
[[menu.links]]
weight = 1
identifier = "stackoverflow"
name = "Stack Overflow"
- pre = "<i class=\"sidebar-button-icon fa fa-lg fa-stack-overflow\" aria-hidden=\"true\"></i>"
+ pre = "<i class=\"sidebar-button-icon fab fa-lg fa-stack-overflow\" aria-hidden=\"true\"></i>"
url = "https://stackoverflow.com/users/636472/kakawait"
[[menu.misc]]
@@ -436,17 +436,17 @@ googleAnalytics =
[params]
[[params.sharingOptions]]
name = "Facebook"
- icon = "fa-facebook-official"
+ icon = "fab fa-facebook"
url = "https://www.facebook.com/sharer/sharer.php?u=%s"
[[params.sharingOptions]]
name = "Twitter"
- icon = "fa-twitter"
+ icon = "fab fa-twitter"
url = "https://twitter.com/intent/tweet?text=%s"
[[params.sharingOptions]]
name = "Google+"
- icon = "fa-google-plus"
+ icon = "fab fa-google-plus"
url = "https://plus.google.com/share?url=%s"
```