From 60a488b7a0d1dbf6c74631998141b4b369979b8e Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Fri, 6 Oct 2023 11:37:25 +0200 Subject: [PATCH] Add the services and surroundings menu items to the public layout --- web/templates/public/layout.gohtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/templates/public/layout.gohtml b/web/templates/public/layout.gohtml index 24b487a..09fec39 100644 --- a/web/templates/public/layout.gohtml +++ b/web/templates/public/layout.gohtml @@ -39,6 +39,8 @@ {{- end }} {{- end }} +
  • {{( pgettext "Services" "title" )}}
  • +
  • {{( pgettext "Surroundings" "title" )}}
  • {{ if .LocalizedAlternates -}}
  • {{ range .LocalizedAlternates -}} {{ if eq .Lang currentLocale }}{{ template "alternateAnchor" . }}{{ end }}