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
path: root/i18n
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
parent8c258bbd0700e62be2feb5e516a4e6efe47e5776 (diff)
Fix e-mail adress
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml2
-rw-r--r--i18n/en.toml2
-rw-r--r--i18n/es.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
index 19e583c..b5ff7b5 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -1,7 +1,7 @@
[404_title]
other = "404"
[404_description]
- other = "Oop! Endweder hast du einen Fehler gefunden ([dann kontaktiere mich bitte](mailto:{{ .Site.Params.email }})) oder du versucht etwas zu finden, was es nicht gibt. Diese Seite exisiert nicht!"
+ other = "Oop! Endweder hast du einen Fehler gefunden{{ with .Site.Params.email }} ([dann kontaktiere mich bitte](mailto:{{ . }})) {{ end }} oder du versucht etwas zu finden, was es nicht gibt. Diese Seite exisiert nicht!"
[index_projects_allProjects]
other = "Alle Projekte"
[index_blog_latestPosts]
diff --git a/i18n/en.toml b/i18n/en.toml
index 23d2bbe..44c931e 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -1,7 +1,7 @@
[404_title]
other = "404"
[404_description]
- other = "Oops! Either you've found a bug (in which case, [please tell me](mailto:{{ .Site.Params.email }})) or you're just making things up. This page doesn't exist!"
+ other = "Oops! Either you've found a bug{{ with .Site.Params.email }} (in which case, [please tell me](mailto:{{ . }})) {{ end }} or you're just making things up. This page doesn't exist!"
[index_projects_allProjects]
other = "All Projects"
[index_blog_latestPosts]
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]