Sha256: e4711991f625c7647c449189bf36364d347eae37ad97c4434158c03252d16b77

Contents?: true

Size: 622 Bytes

Versions: 7

Compression:

Stored size: 622 Bytes

Contents

<h2>Sídlo a kontaktní centrum</h2>
<div class="o-media o-media--top">
    {% if site.organization.residenceImg %}
    <div class="o-media__image">
      {% asset '{{ site.organization.residenceImg }}' magick:resize='200x' alt='Sídlo' %}
    </div>
    {% endif %}
    <div class="o-media__body">
        <h3>{{ site.organization.name }}</h3>
        <p>{{ site.organization.address | newline_to_br }}</p>
        {% if site.organization.mapLink %}
          <p>
            <a class="c-emphasized-anchor" href="{{ site.organization.mapLink }}">Zobrazit mapu ›</a>
          </p>
        {% endif %}
    </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-pirati-3.3.0 _includes/contacts/residence.html
jekyll-theme-pirati-3.2.2 _includes/contacts/residence.html
jekyll-theme-pirati-3.2.1 _includes/contacts/residence.html
jekyll-theme-pirati-3.2.0 _includes/contacts/residence.html
jekyll-theme-pirati-3.1.2 _includes/contacts/residence.html
jekyll-theme-pirati-3.1.1 _includes/contacts/residence.html
jekyll-theme-pirati-3.1.0 _includes/contacts/residence.html