File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ following configuration:
2929
3030 html_theme_options = {
3131 " github_url" : " https://github.com/<your-org>/<your-repo>" ,
32+ " gitlab_url" : " https://gitlab.com/<your-org>/<your-repo>" ,
3233 " twitter_url" : " https://twitter.com/<your-handle>" ,
3334 }
3435
Original file line number Diff line number Diff line change 4040 </ a >
4141 </ li >
4242 {% endif %}
43+ {% if theme_gitlab_url | length > 2 %}
44+ < li class ="nav-item ">
45+ < a class ="nav-link " href ="{{ theme_gitlab_url }} " target ="_blank " rel ="noopener ">
46+ < span > < i class ="fab fa-gitlab-square "> </ i > </ span >
47+ </ a >
48+ </ li >
49+ {% endif %}
4350 {% if theme_twitter_url | length > 2 %}
4451 < li class ="nav-item ">
4552 < a class ="nav-link " href ="{{ theme_twitter_url }} " target ="_blank " rel ="noopener ">
You can’t perform that action at this time.
0 commit comments