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

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kastner <patrick.kastner@gmail.com>2021-01-04 01:03:36 +0300
committerGitHub <noreply@github.com>2021-01-04 01:03:36 +0300
commit987f270dfee350c561a4c588724c8eae290aeaa8 (patch)
treebb12e2ee298ddca22119ccbbf4cb566d41dfd430 /exampleSite
parentc50ae4adf79f2c43262c035704a6124cff8e8b9a (diff)
Update Fontawesome and fix header icons (#112)HEADmaster
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b193258..c8d75c6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -43,25 +43,25 @@ googleAnalytics = ""
[[menu.icon]]
url = "mailto:me@example.com"
- name = "envelope-o"
+ name = "fas fa-envelope"
weight = 1
[[menu.icon]]
url = "https://github.com/username/"
- name = "github"
+ name = "fab fa-github"
weight = 2
[[menu.icon]]
url = "https://twitter.com/username/"
- name = "twitter"
+ name = "fab fa-twitter"
weight = 3
[[menu.icon]]
url = "https://www.linkedin.com/in/username/"
- name = "linkedin"
+ name = "fab fa-linkedin"
weight = 4
[[menu.icon]]
url = "https://www.stackoverflow.com/username/"
- name = "stack-overflow"
+ name = "fab fa-stack-overflow"
weight = 5