Sha256: cc91b307389ff4892d13073036be95971823a792e098f78468078a7c9b2492f5

Contents?: true

Size: 967 Bytes

Versions: 24

Compression:

Stored size: 967 Bytes

Contents

<div class="large-4 medium-6 small-12 columns end" style="padding-bottom: 2em;">
<div class="c-content-card">
  <div class="c-content-card-img">
      <a href={{include.link}}> {% asset {{include.img}} alt=include.name %} </a>
  </div>
  <div class="c-content-card-content-box">
    <h3 class="c-content-card-title">
        <a href="{{include.link}}"> {{ include.name}} </a>
    </h3>
    <ul>
      <li>Působnost: {{ include.area }}</li>
      {% assign person = site.people | where_exp:"item","item.uid contains include.president" | first %}
      {% if person %}
        <li>Předseda: <a href={{person.url}}> {{person.name}}</a> </li>
      {% else %}
        <li>Předseda: {{include.president}} </li>
      {% endif %}
      {% if include.fb %}
        <li>
            <i class="fa fa-facebook" aria-hidden="true"></i>
            <a href="https://www.facebook.com/{{include.fb}}"> {{include.fb}}</a> </li>
      {% endif %}
    </ul>
  </div>
</div>
</div>

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
jekyll-theme-pirati-sk-1.0.0 _includes/regions/item.html
jekyll-theme-pirati-8.4.7 _includes/regions/item.html
jekyll-theme-pirati-8.4.6 _includes/regions/item.html
jekyll-theme-pirati-8.4.5 _includes/regions/item.html
jekyll-theme-pirati-8.4.4 _includes/regions/item.html
jekyll-theme-pirati-8.4.3 _includes/regions/item.html
jekyll-theme-pirati-8.4.1 _includes/regions/item.html
jekyll-theme-pirati-8.4.0 _includes/regions/item.html
jekyll-theme-pirati-8.3.0 _includes/regions/item.html
jekyll-theme-pirati-8.2.2 _includes/regions/item.html
jekyll-theme-pirati-8.2.1 _includes/regions/item.html
jekyll-theme-pirati-8.2.0 _includes/regions/item.html
jekyll-theme-pirati-8.1.0 _includes/regions/item.html
jekyll-theme-pirati-8.0.0 _includes/regions/item.html
jekyll-theme-pirati-8.0.0.pre.beta2 _includes/regions/item.html
jekyll-theme-pirati-8.0.0.pre.beta1 _includes/regions/item.html
jekyll-theme-pirati-8.0.0.pre.alpha6 _includes/regions/item.html
jekyll-theme-pirati-8.0.0.pre.alpha5 _includes/regions/item.html
jekyll-theme-pirati-8.0.0.pre.alpha4 _includes/regions/item.html
jekyll-theme-pirati-8.0.0.pre.alpha3 _includes/regions/item.html