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

github.com/MarcusVirg/forty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Virginia <marcusvirg@yahoo.com>2018-05-15 18:05:52 +0300
committerGitHub <noreply@github.com>2018-05-15 18:05:52 +0300
commit2c0abf68f00b263fa824c4593c8afb53829b5739 (patch)
treee5a63337617a3d40b33d237b5ba6e6fb4ecdb2bd
parent10a3deb8aee3645597eece9cf9dde0646362da10 (diff)
parent0a88e3b50fb29c85a4ef5eebc41bf6181d80e92d (diff)
Merge pull request #18 from jpalmieri/email-link
replace stubbed email link with mailto link
-rw-r--r--layouts/partials/contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html
index f133ddc..6e3757b 100644
--- a/layouts/partials/contact.html
+++ b/layouts/partials/contact.html
@@ -27,7 +27,7 @@
<span class="icon alt fa-envelope"></span>
{{ range .Site.Params.Contact.email }}
<h3>{{ .title }}</h3>
- <a href="#">{{ .email }}</a>
+ <a href="mailto:{{ .email }}">{{ .email }}</a>
{{ end }}
</div>
</section>