Add GitLab to social icons

This commit is contained in:
Achilleas Pipinellis 2017-07-04 09:40:23 +02:00
parent b343b071ba
commit dc3ea35f93
2 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,12 @@ url = "https://github.com/%s"
title = "GitHub" title = "GitHub"
icon = "fa-github" icon = "fa-github"
[[social_icons]]
id = "gitlab"
url = "https://gitlab.com/%s"
title = "GitLab"
icon = "fa-gitlab"
[[social_icons]] [[social_icons]]
id = "twitter" id = "twitter"
url = "https://twitter.com/%s" url = "https://twitter.com/%s"

View File

@ -35,6 +35,7 @@ pygmentCodeFences = true
facebook = "username" facebook = "username"
googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
github = "username" github = "username"
gitlab = "username"
twitter = "username" twitter = "username"
reddit = "username" reddit = "username"
linkedin = "username" linkedin = "username"