Merge origin/main into style/herman

This commit is contained in:
Caio Lente 2023-10-17 00:06:07 -03:00
commit d796205bf8
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
9 changed files with 35 additions and 9 deletions

View file

@ -1,2 +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>
<nav>{{- partial "nav.html" . -}}</nav>

View file

@ -1,5 +1,5 @@
{{ range .Site.Menus.main.ByWeight }}
<a href="{{ relLangURL .URL }}">{{ .Name }}</a>
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
{{ with .Site.Social.email }}
<a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'>Email</a>