This repository was archived by the owner on Jul 21, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
29+ < a href ="https ://twitter.com/{{ $twitter }} " class ="card-link "> < i class ="fa fa-twitter fa-2x " aria-hidden ="true "> </ i > </ a >
3030 {{- end -}}
3131 {{- if .website -}}
3232 < a href = "{{ .website }} "> < i class ="fa fa-home fa-2x " aria-hidden ="true "> </ i > </ a >
@@ -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 >
3939 {{- end -}}
4040 {{- if .github -}}
41- < a href = "http ://github.com/{{ .github }} "> < i class ="fa fa-github fa-2x " aria-hidden ="true "> </ i > </ a >
41+ < a href = "https ://github.com/{{ .github }} "> < i class ="fa fa-github fa-2x " aria-hidden ="true "> </ i > </ a >
4242 {{- end -}}
4343 {{- if .gitlab -}}
4444 < a href = "https://gitlab.com/{{ .gitlab}} "> < i class ="fa fa-gitlab fa-2x " aria-hidden ="true "> </ i > </ a >
You can’t perform that action at this time.
0 commit comments