File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ url: ""
2828github :
2929 username : github_username # change to your GitHub username
3030
31+ gitlab :
32+ username : gitlab_username # change to your GitLab username
33+
3134twitter :
3235 username : twitter_username # change to your Twitter username
3336
Original file line number Diff line number Diff line change 33- type : github
44 icon : " fab fa-github"
55
6+ - type : gitlab
7+ icon : " fab fa-github"
8+
69- type : twitter
710 icon : " fa-brands fa-x-twitter"
811
Original file line number Diff line number Diff line change 5353
5454 {% for entry in site.data.contact %}
5555 {% case entry.type %}
56- {% when 'github', 'twitter' %}
56+ {% when 'github', 'gitlab', ' twitter' %}
5757 {%- capture url -%}
5858 https://{{ entry.type }}.com/{{ site[entry.type].username }}
5959 {%- endcapture -%}
You can’t perform that action at this time.
0 commit comments