Sha256: fd23d3ca9d42b1d7c028c9f0eeb0ae440cf99f0549e693ec7b5a13de547dd1bc
Contents?: true
Size: 618 Bytes
Versions: 12
Compression:
Stored size: 618 Bytes
Contents
<div class="hidden lg:block"> <div class="content-block"> <h2>Lidé</h2> </div> <div class="space-y-4"> {% assign persons = site.people | sample:3 %} {% for person in persons %} {% include people/profile-badge.html item=person style='card' showContactInfo=false %} {% endfor %} </div> {% capture href %}{% if peopleCol.root %}{{ peopleCol.root }}{% else %}{{ '/lide/' | relative_url }}{% endif %}{% endcapture %} {% include buttons/icon.html icon="ico--chevron-right" class="btn--violet-500 btn--fullwidth btn--hoveractive pt-4" cta="Poznejte celý náš tým" href=href %} </div>
Version data entries
12 entries across 12 versions & 2 rubygems