Merge pull request #74 from axilleas/gitlab-social

Add GitLab to social icons
This commit is contained in:
Michael Romero 2017-07-04 08:57:24 -07:00 committed by GitHub
commit c8e949cafe
2 changed files with 7 additions and 0 deletions

View File

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

View File

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