diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-04-24 00:01:25 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-24 00:01:25 +0200 |
commit | 4652e8aa97bed57ac468ef6eae6d66365ac740e0 (patch) | |
tree | 19c0d590275f1c40755a414bd39b1159b3d5311e /layouts | |
parent | c56dae43c6168118183b7fb6263b84915f0e95a1 (diff) |
Minor
Diffstat (limited to 'layouts')
-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 14e5c07..21f73a5 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,7 +1,7 @@ {{/* Header */}} <div class="header"> - <h1>{{ site.Title }}</h1> + <h1 class="header-title">{{ site.Title }}</h1> <div class="flex"> {{ $currentPage := . }} |