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:
parent
7f5283374a
commit
6071e6fe19
3 changed files with 60 additions and 28 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue