diff options
| author | verdant <im@verdant.ee> | 2026-08-19 17:20:51 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-08-19 17:20:51 +0800 |
| commit | e43912152f5094d8fc8ec698612eb222cca049c2 (patch) | |
| tree | 0743b1cf97b811d879bdfdc536bb2edc5f3bae78 /layouts/partials/header.html | |
| parent | 66c2f117e788f3fa76784dfb4777060481b7edff (diff) | |
| download | blog-e43912152f5094d8fc8ec698612eb222cca049c2.tar.gz blog-e43912152f5094d8fc8ec698612eb222cca049c2.zip | |
Diffstat (limited to 'layouts/partials/header.html')
| -rw-r--r-- | layouts/partials/header.html | 2 |
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> |
