Improve home page

Add social icons and a translated title to the home page
Add translated links to the site menu
This commit is contained in:
Melora Hugues 2023-06-19 16:37:16 +02:00
parent 7f5283374a
commit 6071e6fe19
3 changed files with 60 additions and 28 deletions

View file

@ -2,7 +2,7 @@
<ul class="menu__inner">
{{- $currentPage := . -}}
{{ range .Site.Menus.main -}}
<li><a href="{{ .URL | relLangURL }}">{{ .Name }}</a></li>
<li><a href="{{ .URL | relLangURL }}">{{ or (T .Identifier) .Name }}</a></li>
{{- end }}
{{- if .Site.Params.EnableGlobalLanguageMenu }}