diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-02-19 12:42:49 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-02-19 12:42:49 +0100 |
| commit | 32596202d78a0550abdaa41349d86bf44287c7b9 (patch) | |
| tree | 99e776804c99c93d6e13294bd9bdd664f1d86524 /layouts/partials | |
| parent | 971cebd642b290a9b3524b1f407199cb7daaca02 (diff) | |
Remove phone number from CV
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/home/header.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/home/header.html b/layouts/partials/home/header.html index 0615f69..e5cc6fe 100644 --- a/layouts/partials/home/header.html +++ b/layouts/partials/home/header.html @@ -3,7 +3,6 @@ <em class="header__job-title">{{ .Title }}</em> <address class="header__contact-info"> <div class="header__location">{{ .Location }}</div> - <div class="header__tel"><a href="tel:{{ .Phone }}">{{ .Phone }}</a></div> <div class="header__email"><a href="mailto:{{ .Email }}">{{ .Email }}</a></div> <div class="header__website"><a href="{{ .Site.BaseURL }}">website</a></div> <div class="header__srht"><a href="{{ .Srht }}">sr.ht</a></div> |
