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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-08-16 16:20:50 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-08-16 16:20:50 +0300
commit443cc6d19257c583a19e21b7de7e9aaaae12c797 (patch)
tree889fc7994bfaf1c16a4dddeab8ada3f6189af327 /layouts
parentd68a675504bba7f43437912eab94cba12784b205 (diff)
Fix missing email address in h-card
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index afd4b62..ea0bda4 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -10,7 +10,7 @@
<p class="h-card">
<img class="u-photo" src="{{ .Site.BaseURL }}{{ .Site.Params.Avatar }}" />
<a class="p-name u-url" href="{{ .Site.Home }}" rel="me">{{ .Site.Params.AuthorName }}</a>
- <a class="u-email" href="{{ }}">{{ .Site.Params.IndieWeb.EmailAddress }}</a>,
+ <a class="u-email" href="mailto:{{ .Site.Params.IndieWeb.EmailAddress }}">{{ .Site.Params.IndieWeb.EmailAddress }}</a>,
<span class="p-locality">{{ .Site.Params.IndieWeb.City }}</span>
<span class="p-country-name">{{ .Site.Params.IndieWeb.Country }}</span>
</p>