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.
This commit is contained in:
jordi fita mas 2023-12-21 19:11:20 +01:00
parent 5c4ce32143
commit 38d07fb662
1 changed files with 1 additions and 1 deletions

View File

@ -48,10 +48,10 @@
</li>
{{- end }}
{{- end }}
<li><a href="/{{ currentLocale }}/booking">{{( pgettext "Booking" "title" )}}</a></li>
<li><a href="/{{ currentLocale }}/services">{{( pgettext "Services" "title" )}}</a></li>
<li><a href="/{{ currentLocale }}/surroundings">{{( pgettext "Surroundings" "title" )}}</a></li>
<li><a href="/{{ currentLocale }}/contact">{{( pgettext "Contact" "title" )}}</a></li>
<li class="boto-reserva"><a href="/{{ currentLocale }}/booking">{{( pgettext "Booking" "title" )}}</a></li>
{{ if .LocalizedAlternates -}}
<li class="has-submenu">{{ range .LocalizedAlternates -}}
{{ if eq .Lang currentLocale }}{{ template "alternateAnchor" . }}{{ end }}