Sha256: 161a3bed4d61b0e31ee5892047e7d5f5b29d6bd98221eb0822013e7414accec5
Contents?: true
Size: 889 Bytes
Versions: 22
Compression:
Stored size: 889 Bytes
Contents
{% if include.residence %} {% assign residence = include.residence %} {% else %} {% assign residence = site.organization %} {% endif %} {% if residence.residenceImg %} <div class="mb-2"> {% asset '{{ residence.residenceImg }}' magick:resize='400x' alt='SÃdlo' class="w-full" %} </div> {% endif %} {% if residence.url %} <a href="{{ residence.url }}"><strong>{{ residence.name }}</strong></a> {% else %} <strong>{{ residence.name }}</strong> {% endif %} <p> {{ residence.address | newline_to_br }} </p> {% if residence.spravce %} {% assign spravce = site.people | where_exp: "item","item.uid contains residence.spravce" | first %} {% include people/profile-badge.html item=spravce %} {% endif %} {% if residence.mapLink %} {% include buttons/icon.html href=site.organization.mapLink icon="ico--map" class="btn--fullwidth" cta="Zobrazit mapu" %} {% endif %}
Version data entries
22 entries across 22 versions & 2 rubygems