Add the services and surroundings menu items to the public layout
This commit is contained in:
parent
5f38ab8fd3
commit
60a488b7a0
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue