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" 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"