Merge remote-tracking branch 'origin/main' into style/herman

This commit is contained in:
Caio Lente 2023-10-17 15:50:58 -03:00
commit 26fa3804af
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
7 changed files with 64 additions and 10 deletions

View file

@ -1,10 +1,7 @@
{{ range .Site.Menus.main.ByWeight }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
{{ with .Site.Social.email }}
<a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'>Email</a>
{{ end }}
<a href="{{ relLangURL .Site.Params.blogPath }}/index.xml">RSS</a>
<a href='{{ absURL "index.xml" }}'>RSS</a>
<!-- Convert this page's translations into a dict -->
{{ $translations := dict }}