Cleanup
This commit is contained in:
parent
c407648364
commit
c18a5d6dc4
6 changed files with 5 additions and 13 deletions
|
@ -26,4 +26,4 @@ ou encore films qui laissent une part belle au tir à l'arc.
|
|||
|
||||
## Le Club
|
||||
|
||||
Fondé en blablabla ...
|
||||
Fondé en 1992 sur le Haut-Plateau, les Archers du Bisse sont ...
|
||||
|
|
|
@ -7,8 +7,8 @@ menu:
|
|||
main: {}
|
||||
---
|
||||
|
||||
N'hésitez pas à nous contacter si vous souhaitez vous joindre à nous, que
|
||||
ce soit pour essayer ce sport pour la première fois, pour rafraîchir votre
|
||||
geste ou pour vous entraîner en bonne compagnie.
|
||||
N'hésitez pas à nous contacter que ce soit pour essayer ce sport pour la
|
||||
première fois, pour rafraîchir votre geste ou nous rejoindre pour vous
|
||||
entraîner en bonne compagnie.
|
||||
|
||||
{{< form-contact action="https://formsubmit.co/a7e7ade25f971adc14a4e17cef9cbfdd" >}}
|
||||
|
|
|
@ -25,9 +25,5 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<aside class="w-30-l mt6-l">
|
||||
{{- partial "menu-contextual.html" . -}}
|
||||
</aside>
|
||||
|
||||
</article>
|
||||
{{ end }}
|
||||
|
|
|
@ -12,9 +12,6 @@
|
|||
<aside class="flex-ns flex-wrap justify-around">
|
||||
{{ range .Paginator.Pages }}
|
||||
<div class="relative w-100 w-30-l mb4 bg-white">
|
||||
{{/*
|
||||
Note we can use `.Render` here for items just in this section, instead of a partial to pull in items for the list page. https://gohugo.io/functions/render/
|
||||
*/}}
|
||||
{{ .Render "summary" }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<label class="{{ $.Scratch.Get "labelClasses" }}" for="email">Email</label>
|
||||
<input type="email" id="email" name="email" class="{{ $.Scratch.Get "inputClasses" }}" required placeholder=" " aria-labelledby="email"/>
|
||||
<div class="requirements f6 gray glow i ph3 overflow-hidden">
|
||||
Une adresse email est requise afin de pouvoir vous contacter.
|
||||
Une adresse email est requise afin de pouvoir vous répondre.
|
||||
</div>
|
||||
|
||||
<label class="{{ $.Scratch.Get "labelClasses" }}" for="message">Message</label>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{{ $baseURL := .Site.BaseURL }}
|
||||
<div class="gallery caption-position-{{ with .Get "caption-position" | default "bottom" }}{{.}}{{end}} caption-effect-{{ with .Get "caption-effect" | default "slide" }}{{.}}{{end}} hover-effect-{{ with .Get "hover-effect" | default "zoom" }}{{.}}{{end}} {{ if ne (.Get "hover-transition") "none" }}hover-transition{{end}}" itemscope itemtype="http://schema.org/ImageGallery">
|
||||
{{- with (.Get "dir") -}}
|
||||
<!-- If a directory was specified, generate figures for all of the images in the directory -->
|
||||
{{- $files := readDir (print "/static/" .) }}
|
||||
{{- range $files -}}
|
||||
<!-- skip files that aren't images, or that inlcude the thumb suffix in their name -->
|
||||
|
|
Loading…
Add table
Reference in a new issue