From 38d07fb662166d54eb254f67863e706eada2652d Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Thu, 21 Dec 2023 19:11:20 +0100 Subject: [PATCH] Add a class to the booking menu item, and move it second to last Oriol needs to give it style, and customer wants it there. --- web/templates/public/layout.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/public/layout.gohtml b/web/templates/public/layout.gohtml index 0db9d35..e11d669 100644 --- a/web/templates/public/layout.gohtml +++ b/web/templates/public/layout.gohtml @@ -48,10 +48,10 @@ {{- end }} {{- end }} -
  • {{( pgettext "Booking" "title" )}}
  • {{( pgettext "Services" "title" )}}
  • {{( pgettext "Surroundings" "title" )}}
  • {{( pgettext "Contact" "title" )}}
  • +
  • {{( pgettext "Booking" "title" )}}
  • {{ if .LocalizedAlternates -}}
  • {{ range .LocalizedAlternates -}} {{ if eq .Lang currentLocale }}{{ template "alternateAnchor" . }}{{ end }}