summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorverdant <i@glowisle.me>2026-05-24 21:01:30 +0800
committerverdant <i@glowisle.me>2026-05-24 21:01:30 +0800
commit33eadd7c52d8f62ca2c727eed43ee177b6535ba6 (patch)
treeb9abedc6747bc8396cf5469bb6052b2167ea514c
parent431d959b8813644755cbc6e17a34bede91e19ab2 (diff)
downloadblog-33eadd7c52d8f62ca2c727eed43ee177b6535ba6.tar.gz
blog-33eadd7c52d8f62ca2c727eed43ee177b6535ba6.zip
Disable border
-rw-r--r--layouts/archives/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/archives/single.html b/layouts/archives/single.html
index fea6ac2..60ec3e4 100644
--- a/layouts/archives/single.html
+++ b/layouts/archives/single.html
@@ -91,7 +91,7 @@
</time>
</i>
</span>
- <a href="{{ .Permalink }}">{{ .Title }}</a>
+ <a style="border: none;" href="{{ .Permalink }}">{{ .Title }}</a>
</li>
{{ else }}
<li>No posts yet</li>