summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hugo.toml2
-rw-r--r--layouts/partials/header.html8
2 files changed, 4 insertions, 6 deletions
diff --git a/hugo.toml b/hugo.toml
index 6cd6e5f..16b49e3 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -4,7 +4,7 @@ hasCJKLanguage = true
enableRobotsTXT = true
pagination.pagerSize = 5
defaultContentLanguage = "zh-CN"
-copyright = "Copyright © 2024 - 2026, GlowIsle."
+copyright = "Copyright © 2024 - 2026, Verdant."
[outputFormats]
[outputFormats.RSS]
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 73e5aaf..982f2da 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,6 +1,4 @@
-<div class="title">
- <a href="{{ "" | relURL }}">
- <h1 class="site-title">{{ .Site.Title }}</h1>
- </a>
-</div>
+<a href="{{ "" | relURL }}" class="title">
+ <h1 class="site-title">{{ .Site.Title }}</h1>
+</a>
<nav>{{- partial "nav.html" . -}}</nav>