This commit is contained in:
Caio Lente 2024-03-05 15:24:13 -03:00
parent fe5c892af5
commit c8673f43ba
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
<a class="skip-link" href="#main-content">{{ i18n "skip-link" }}</a>
<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
<a href="{{ relURL .Site.Home.RelPermalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
<nav>{{- partial "nav.html" . -}}</nav>