diff --git a/assets/images/half_wheel_logo.svg b/assets/images/half_wheel_logo.svg index eb069d5..f16129b 100644 --- a/assets/images/half_wheel_logo.svg +++ b/assets/images/half_wheel_logo.svg @@ -1,6 +1,3 @@ - - - Page non trouvé +
+

Page non trouvé, mais continuez à chercher !

+ +

La page a peut être été renommé, supprimé, l'URL est peut-être incorrecte. 🔍

+ {{ end }} diff --git a/layouts/index.html b/layouts/index.html index fbcf0ea..e01c22b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,7 +3,6 @@
- @@ -12,42 +11,11 @@

Atelier mobile

Réparation & Entretien - Toutes marques
-
- - - - {{ .Content }}
- - - - - - - - - - - - - - - - - - - - {{/* - {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }} - {{ range $paginator.Pages }} - {{ .Render "summary" }} - {{ end }} - {{ partial "pagination.html" . }} - */}} {{ end }} diff --git a/layouts/tarifs/section.html b/layouts/tarifs/section.html index f7974a7..06a07c3 100644 --- a/layouts/tarifs/section.html +++ b/layouts/tarifs/section.html @@ -3,56 +3,53 @@ {{ .Content }}
-
-

Forfait déplacement

-
    - {{ range $.Site.Data.pricing.move }} -
  • - De {{ .min }} à {{ .max }} km : {{ if eq .price 0 }}Gratuit{{ else }}{{ .price }} €{{ end }} -
  • - {{ end }} -
-
- -
- - {{ range $.Site.Data.pricing.forfait }} -
-

{{ .name }}

-
{{ .price }} €
-
    - {{ range .components }} -
  • {{ .name }}
  • - {{ end }} -
+
+

Forfait déplacement

+
    + {{ range $.Site.Data.pricing.move }} +
  • + De {{ .min }} à {{ .max }} km : {{ if eq .price 0 }}Gratuit{{ else }}{{ .price }} €{{ end }} +
  • + {{ end }} +
+
+ +
+ {{ range $.Site.Data.pricing.forfait }} +
+

{{ .name }}

+
{{ .price }} €
+
    + {{ range .components }} +
  • {{ .name }}
  • + {{ end }} +
+
+ {{ end }}
- {{ end }} -
-

Liste des opérations

-
- {{ range $.Site.Data.pricing.standalone }} -
-
-

{{ .name }}

- - - - - - {{ range .components }} - - - - - {{ end }} -
OpérationPrix
{{ .name }}{{ .price }} €
-
+

Liste des opérations

+
+ {{ range $.Site.Data.pricing.standalone }} +
+

{{ .name }}

+ + + + + + {{ range .components }} + + + + + {{ end }} +
OpérationPrix
{{ .name }}{{ .price }} €
+
+ {{ end }}
- {{ end }} -