diff --git a/layouts/shortcodes/partners.html b/layouts/shortcodes/partners.html index 31bf794..8cf5c71 100755 --- a/layouts/shortcodes/partners.html +++ b/layouts/shortcodes/partners.html @@ -1,5 +1,5 @@
-

Ils nous soutiennent régulièrement:

+

{{ if (eq .Lang "en") }}They support us regularly:{{ else }}Ils nous soutiennent régulièrement:{{ end }}

{{ range .Site.Data.partners.partners }}
@@ -10,14 +10,14 @@
{{ end }} -

Ils nous ont soutenus:

+

{{ if (eq .Lang "en") }}They supported us:{{ else }}Ils nous ont soutenus:{{ end }}

{{ range .Site.Data.partners.old }}
- {{ if (and .descriptionen (eq .Lang "en")) }}{{ .descriptionen | safeHTML }}{{ else }}{{ .description | safeHTML}}{{ end }} + {{ if (and .descriptionen (eq .Lang "en")) }}{{ .descriptionen | safeHTML }}{{ else }}{{ .description | safeHTML}}{{ end }
{{ end }}