Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMERT BAKIR <2335694-mertbakir@users.noreply.gitlab.com>2022-04-10 13:42:30 +0300
committerMERT BAKIR <mertbakxr@gmail.com>2022-04-10 13:42:30 +0300
commitbfc0eb909f03707ededc5fb6517d304809358014 (patch)
tree841e84f647ded8ef30007cef4d76f19cadec9198
parent54e4d064bd92d0cb1a4ce03a2746eb93fac886e3 (diff)
parentf4111941739210c2f008e79af5d62dd8d2388bf7 (diff)
Merge branch 'master' into 'master'
Add link to mailto: See merge request mertbakir/resume-a4!5
-rw-r--r--layouts/partials/header.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 3ddbd6b..b2ddd55 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -10,8 +10,10 @@
{{- end -}}
{{- if and .phone .email }} | {{ end -}}
{{- 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 -}}
</span>
{{- end }}