Add the services and surroundings menu items to the public layout

This commit is contained in:
jordi fita mas 2023-10-06 11:37:25 +02:00
parent 5f38ab8fd3
commit 60a488b7a0
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@
</li>
{{- end }}
{{- end }}
<li><a href="/{{ currentLocale }}/services">{{( pgettext "Services" "title" )}}</a></li>
<li><a href="/{{ currentLocale }}/surroundings">{{( pgettext "Surroundings" "title" )}}</a></li>
{{ if .LocalizedAlternates -}}
<li class="has-submenu">{{ range .LocalizedAlternates -}}
{{ if eq .Lang currentLocale }}{{ template "alternateAnchor" . }}{{ end }}