aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hugo.toml2
-rw-r--r--layouts/_default/single.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/hugo.toml b/hugo.toml
index 97630b1..745c339 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -110,7 +110,7 @@ tabWidth = 4
[params.author]
name = "五葉地錦"
- email = "i@glowisle.me"
+ email = "im@verdant.ee"
[params.footer]
content = "© 2024 - 2026 | Made with ❤️ by [Verdant](https://verdant.ee)."
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index ee0b227..f61b347 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -326,6 +326,6 @@
</div>
{{ end }}
{{ end }}
- <p>有想对我说的?<a href="mailto:i@glowisle.me?subject=回复《{{ .Title }}》">发一封邮件吧</a>。</p>
+ <p>有想对我说的?<a href="mailto:im@verdant.ee?subject=回复《{{ .Title }}》">发一封邮件吧</a>。</p>
</div>
{{ end }}