Add link to mailto:
This commit is contained in:
parent
54e4d064bd
commit
f411194173
1 changed files with 4 additions and 2 deletions
|
@ -10,8 +10,10 @@
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- if and .phone .email }} | {{ end -}}
|
{{- if and .phone .email }} | {{ end -}}
|
||||||
{{- with .email -}}
|
{{- with .email -}}
|
||||||
{{- if $.useFontAwesome }}<i class="fas fa-envelope"></i> {{ end -}}
|
<a href="mailto:{{- . -}}" class="no-external-icon">
|
||||||
{{- . -}}
|
{{- if $.useFontAwesome }}<i class="fas fa-envelope"></i> {{ end -}}
|
||||||
|
{{- . -}}
|
||||||
|
</a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</span>
|
</span>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue