diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-04-25 16:07:22 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-04-25 16:07:22 -0300 |
commit | f26d122b2ad0cd3e3299de776b69e69d31486895 (patch) | |
tree | 391235db9863d4dd51423cb3863448ec7168cf58 /layouts/partials | |
parent | 488da01892fccd6724723288e02fffc8220e5c73 (diff) | |
download | hugo-bearcub-f26d122b2ad0cd3e3299de776b69e69d31486895.tar.gz hugo-bearcub-f26d122b2ad0cd3e3299de776b69e69d31486895.tar.bz2 |
Make website title H1
Diffstat (limited to 'layouts/partials')
-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 516a23a..fccb41f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,2 +1,2 @@ -<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h2>{{ .Site.Title }}</h2></a> +<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h1>{{ .Site.Title }}</h1></a> <nav>{{- partial "nav.html" . -}}</nav> |