fix:content/about* add:content/legals*

This commit is contained in:
GZod01 2024-06-06 12:11:20 +02:00
parent 1c7a32b9f4
commit a52134a256
322 changed files with 3252 additions and 2585 deletions

View file

@ -0,0 +1,9 @@
<div class="team-mosaic">
{{ range .Site.Data.members.members }}
<div class="team-item">
<div class="team-item-image"><img src="{{ .img|safeURL }}" alt="avatar"></div>
<p class="team-item-title">{{ .name }}</p>
<p class="team-item-description">{{ .post }}</p>
</div>
{{ end }}
</div>

View file

@ -2,7 +2,7 @@
{{ range .Site.Data.partners.partners }}
<div id="{{ .id }}" class="partner flex flex-wrap">
<a href="{{ .url | safeURL }}" title="{{ .Name }}" class="w-full md:w-1/3 partner-image">
<img src="{{ if .realimg }}{{ .realimg }}{{ else }}https://s.werobot.fr/{{ .img }}{{ end }}">
<img src="{{ if .realimg }}{{ .realimg }}{{ else }}/proxyPhotos?code=/{{ .img }}{{ end }}">
</a>
<div class="w-full md:w-2/3">
{{ .description | safeHTML }}