aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-08-19 17:20:51 +0800
committerverdant <im@verdant.ee>2026-08-19 17:20:51 +0800
commite43912152f5094d8fc8ec698612eb222cca049c2 (patch)
tree0743b1cf97b811d879bdfdc536bb2edc5f3bae78 /layouts/partials/header.html
parent66c2f117e788f3fa76784dfb4777060481b7edff (diff)
downloadblog-e43912152f5094d8fc8ec698612eb222cca049c2.tar.gz
blog-e43912152f5094d8fc8ec698612eb222cca049c2.zip
Tweak layoutHEADmaster
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index ca6aac4..b8b6692 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,2 +1,2 @@
-<h1 class="title">{{ .Site.Title }}</h1>
+<h1 class="site-title">{{ .Site.Title }}</h1>
<nav>{{- partial "nav.html" . -}}</nav>