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 /i18n/es.toml
parent8c258bbd0700e62be2feb5e516a4e6efe47e5776 (diff)
Fix e-mail adress
Diffstat (limited to 'i18n/es.toml')
-rw-r--r--i18n/es.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/es.toml b/i18n/es.toml
index 0779b6f..411af68 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -1,7 +1,7 @@
[404_title]
other = "404"
[404_description]
- other = "Oops! O bien encontraste un bug (en cuyo caso, [por favor avisame](mailto:{{ .Site.Params.email }})) o simplemente estas inventando cosas. Esta página no existe!"
+ other = "Oops! O bien encontraste un bug{{ with .Site.Params.email }} (en cuyo caso, [por favor avisame](mailto:{{ . }})) {{ end }} o simplemente estas inventando cosas. Esta página no existe!"
[index_blog_latestPosts]
other = "Últimas Entradas"
[index_blog_allPosts]