Sha256: 10faef405ded451fffb759b78e07cbb59dd03ea6f6a6b5725454fe81c8ef1033

Contents?: true

Size: 559 Bytes

Versions: 4

Compression:

Stored size: 559 Bytes

Contents

<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 %}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-pirati-8.1.0 _includes/right-bar/bar_people.html
jekyll-theme-pirati-8.0.0 _includes/right-bar/bar_people.html
jekyll-theme-pirati-8.0.0.pre.beta2 _includes/right-bar/bar_people.html
jekyll-theme-pirati-8.0.0.pre.beta1 _includes/right-bar/bar_people.html