Add language switcher and language detection
This commit is contained in:
@@ -14,8 +14,8 @@ Author: Jeroen van der Schee
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ if gt (len .images) 1 }}
|
||||
<button class="carousel-prev" aria-label="Précédent">❮</button>
|
||||
<button class="carousel-next" aria-label="Suivant">❯</button>
|
||||
<button class="carousel-prev" aria-label="{{ i18n "previous" }}">❮</button>
|
||||
<button class="carousel-next" aria-label="{{ i18n "next" }}">❯</button>
|
||||
|
||||
<div class="carousel-dots">
|
||||
{{ range $i, $_ := .images }}
|
||||
|
||||
Reference in New Issue
Block a user