fix:content/about* add:content/legals*
This commit is contained in:
parent
1c7a32b9f4
commit
a52134a256
322 changed files with 3252 additions and 2585 deletions
9
layouts/shortcodes/members.html
Normal file
9
layouts/shortcodes/members.html
Normal 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>
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue