Merge branch 'main' into language-params-fix

This commit is contained in:
Caio Lente 2023-09-29 19:52:52 -03:00 committed by GitHub
commit d14c9c0dec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 1 deletions

View file

@ -36,7 +36,7 @@
<header>
{{- partial "header.html" . -}}
</header>
<main>
<main id="maincontent">
{{- block "main" . }}{{- end }}
</main>
<footer>

View file

@ -1,2 +1,4 @@
<a class="skiplink" href="#maincontent">Skip to Main Content</a>
<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
<nav>{{- partial "nav.html" . -}}</nav>