aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-07-03 11:52:30 +0800
committerverdant <im@verdant.ee>2026-07-03 11:52:30 +0800
commitef2bbe601fe0d6d2b4cff430273253e514a3dce9 (patch)
treeec3277315982126a0e56c3fcc3bdd39578557dca /layouts
parente0f51bed1ba7e36425d77ffc183ecb390c6beda9 (diff)
downloadblog-ef2bbe601fe0d6d2b4cff430273253e514a3dce9.tar.gz
blog-ef2bbe601fe0d6d2b4cff430273253e514a3dce9.zip
Remove <a>
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 63ee1d8..ca6aac4 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,4 +1,2 @@
-<a href="{{ "" | relURL }}" class="title" style=text-decoration:none;>
- <h1 class="site-title">{{ .Site.Title }}</h1>
-</a>
+<h1 class="title">{{ .Site.Title }}</h1>
<nav>{{- partial "nav.html" . -}}</nav>