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>
|
Loading…
Add table
Add a link
Reference in a new issue