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

github.com/puresyntax71/hugo-theme-chunky-poster.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpuresyntax71 <34715246+puresyntax71@users.noreply.github.com>2020-04-08 11:34:36 +0300
committerpuresyntax71 <34715246+puresyntax71@users.noreply.github.com>2020-04-08 11:34:36 +0300
commit488cbefa1fafae0b395e7b8ebdabc4e168f21354 (patch)
treea030401ea772a3d169cd1c9363d48b15213694ca
parente8fe36dc35f6ee89ed696aa199b88fcf2e0ed494 (diff)
Fixes #86.
-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 6373437..c0db2ae 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -19,7 +19,7 @@
{{- end -}}
{{- if .Site.Params.social.email -}}
<li class="list-inline-item">
- <a href="mailto://{{ .Site.Params.social.email }}" class="icons d-block">
+ <a href="mailto:{{ .Site.Params.social.email }}" class="icons d-block">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>