Make website title H1

This commit is contained in:
C. Lente 2023-04-25 16:07:22 -03:00
parent 488da01892
commit f26d122b2a
Failed to generate hash of commit
2 changed files with 5 additions and 1 deletions

View file

@ -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>