diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 880a908..51b32a1 100644 --- a/config.toml +++ b/config.toml | |||
@@ -19,6 +19,11 @@ hideColorSchemeToggle = true | |||
19 | #avatarURL = "/imgs/profile/avatar.png" | 19 | #avatarURL = "/imgs/profile/avatar.png" |
20 | 20 | ||
21 | [[params.social]] | 21 | [[params.social]] |
22 | name = "Git" | ||
23 | icon = "fa fa-git-alt fa-2x" | ||
24 | weight = 0 | ||
25 | url = "https://git.rschanz.org" | ||
26 | [[params.social]] | ||
22 | name = "Github" | 27 | name = "Github" |
23 | icon = "fa fa-github fa-2x" | 28 | icon = "fa fa-github fa-2x" |
24 | weight = 1 | 29 | weight = 1 |