Sha256: 48cd721f844269f6e218cfa77e9dacecfe1daf75618f502ef12b5cd8075db688

Contents?: true

Size: 580 Bytes

Versions: 2

Compression:

Stored size: 580 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">
        <img src="{{ site.organization.residenceImg | relative_url }}" 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 href="{{ site.organization.mapLink }}">Zobrazit mapu ›</a>
        </p>
        {% endif %}
    </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-pirati-1.2.0 _includes/contacts/residance.html
jekyll-theme-pirati-2.0.0 _includes/contacts/residance.html