Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 8a43843

Browse files
authored
Merge pull request #588 from adrianmoisey/patch-1
Add Gitlab to organisers profile
2 parents 033a30c + fa59b29 commit 8a43843

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

layouts/shortcodes/list_organizers.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ <h6 class="card-subtitle mb-2 text-muted">{{ .employer }}</h6>
4040
{{- if .github -}}
4141
<a href = "http://github.com/{{ .github }}"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>&nbsp;
4242
{{- end -}}
43+
{{- if .gitlab -}}
44+
<a href = "https://gitlab.com/{{ .gitlab}}"><i class="fa fa-gitlab fa-2x" aria-hidden="true"></i></a>&nbsp;
45+
{{- end -}}
4346
</div>
4447
</div>
4548
</div>

0 commit comments

Comments
 (0)