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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-07-20 18:49:28 +0300
committerHanzei <hanzei@mailbox.org>2018-07-20 18:49:28 +0300
commit80c0c42f93fe73ba3e451098e46f22367e919496 (patch)
tree72ee96286a837e181181fd1b83032e8e16ed9d02 /layouts
parent8c258bbd0700e62be2feb5e516a4e6efe47e5776 (diff)
Fix e-mail adress
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 4e96a96..7ab4cd3 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -86,7 +86,7 @@
{{ if .Site.Params.home.localTime }}
<p>{{ i18n "index_currentTime" . }} <span id='time'></span>.</p>
{{ end }}
- {{ with .Site.Params.home.email }}
+ {{ with .Site.Params.email }}
<h3 class="subtitle is-3 has-text-centered top-pad">
<a href="mailto:{{ . }}">{{ . }}</a>
</h3>