summaryrefslogtreecommitdiffstats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorverdant <i@glowisle.me>2026-03-25 22:53:21 +0800
committerverdant <i@glowisle.me>2026-03-25 22:53:21 +0800
commit2e4a0fee929f595eb180cce8583be7985e4b5331 (patch)
tree606d62ad64528e3cc33f3432cf77203c5c50aebb /layouts/_default/single.html
parent03757128df8774136f68acddcd346ffa3ee275fe (diff)
downloadblog-2e4a0fee929f595eb180cce8583be7985e4b5331.tar.gz
blog-2e4a0fee929f595eb180cce8583be7985e4b5331.zip
style: refactor index page
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 1cf2f18..d7b9807 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,7 +1,7 @@
{{ define "main" }}
<header>
<a href="{{ "" | relURL }}" class="title">
- <p class="site-title">{{ .Site.Title }}<p>
+ <p class="site-title">{{ .Site.Title }}</p>
</a>
<nav>{{- partial "nav.html" . -}}</nav>