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

Commit 103e278

Browse files
Merge pull request #594 from adrianmoisey/patch-1
Prefer https for github and twitter
2 parents 45400d8 + 09e5ef5 commit 103e278

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/shortcodes/list_organizers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h6 class="card-subtitle mb-2 text-muted">{{ .employer }}</h6>
2626
</p>
2727
{{- if .twitter -}}
2828
{{- $twitter := replace .twitter "@" "" -}}
29-
<a href="http://twitter.com/{{ $twitter }}" class="card-link"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></a>&nbsp;
29+
<a href="https://twitter.com/{{ $twitter }}" class="card-link"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></a>&nbsp;
3030
{{- end -}}
3131
{{- if .website -}}
3232
<a href = "{{ .website }}"><i class="fa fa-home fa-2x" aria-hidden="true"></i></a>&nbsp;
@@ -38,7 +38,7 @@ <h6 class="card-subtitle mb-2 text-muted">{{ .employer }}</h6>
3838
<a href = "{{ .linkedin }}"><i class="fa fa-linkedin fa-2x" aria-hidden="true"></i></a>&nbsp;
3939
{{- end -}}
4040
{{- if .github -}}
41-
<a href = "http://github.com/{{ .github }}"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>&nbsp;
41+
<a href = "https://github.com/{{ .github }}"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>&nbsp;
4242
{{- end -}}
4343
{{- if .gitlab -}}
4444
<a href = "https://gitlab.com/{{ .gitlab}}"><i class="fa fa-gitlab fa-2x" aria-hidden="true"></i></a>&nbsp;

0 commit comments

Comments
 (0)