Move home carousel to the page’s bottom
Customer requested it
This commit is contained in:
parent
b6c4eb790f
commit
34081a50f4
|
@ -30,6 +30,7 @@
|
||||||
<section class="services">
|
<section class="services">
|
||||||
<h2><a href="/{{ currentLocale }}/services">{{( gettext "Our services")}} <span>→</span></a></h2>
|
<h2><a href="/{{ currentLocale }}/services">{{( gettext "Our services")}} <span>→</span></a></h2>
|
||||||
</section>
|
</section>
|
||||||
|
<p class="enjoy">{{( gettext "Come and enjoy!")}}</p>
|
||||||
<section class="surroundings">
|
<section class="surroundings">
|
||||||
<h2 class="sr-only">{{( pgettext "Surroundings" "title" )}}</h2>
|
<h2 class="sr-only">{{( pgettext "Surroundings" "title" )}}</h2>
|
||||||
<div class="carousel">
|
<div class="carousel">
|
||||||
|
@ -51,7 +52,6 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<p class="enjoy">{{( gettext "Come and enjoy!")}}</p>
|
|
||||||
|
|
||||||
{{ template "carouselInit" }}
|
{{ template "carouselInit" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue