Sha256: 63b90a66314c88432d6fb6ad8c8bc9a854fb775a86b06767c1696f666bd5a031

Contents?: true

Size: 952 Bytes

Versions: 11

Compression:

Stored size: 952 Bytes

Contents

{% if page.profiles.flickr and page.img %}
       <div class="c-widget-accordion-content__cta">
       </div>
<div class="o-section-block">
    <ul class="c-widget-accordion" data-accordion="" data-allow-all-closed="true">
      <li class="c-widget-accordion-item is-active" data-accordion-item="">
        <div class="c-widget-accordion-content" data-tab-content="">
          {% asset '{{ page.img }}' alt='{{ page.name }}' magick:resize="350x" class='c-person-image' %}
          <div class="c-widget-accordion-content__cta">
            {% assign peopleCol = site.collections | where: "label", "people" | first %}
            <a class="expanded button large u-0margin" href="{{page.profiles.flickr}}"> Zobrazit více fotografií </a>
          </div>
        </div>
      </li>
     </ul>
</div>
{% else %}
	{% if page.img %}
	{% asset '{{ page.img }}' alt='{{ page.name }}' magick:resize="350x" class='c-person-image' %}
	{% endif %}
{% endif %}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-theme-pirati-7.6.2 _includes/right-bar/bar_foto.html
jekyll-theme-pirati-7.6.1 _includes/right-bar/bar_foto.html
jekyll-theme-pirati-7.6.0 _includes/right-bar/bar_foto.html
jekyll-theme-pirati-7.5.0 _includes/right-bar/bar_foto.html
jekyll-theme-pirati-7.4.0 _includes/right-bar/bar_foto.html
jekyll-theme-pirati-7.3.0 _includes/right-bar/bar_foto.html
jekyll-theme-pirati-7.2.0 _includes/right-bar/bar_foto.html
jekyll-theme-pirati-7.1.1 _includes/right-bar/bar_foto.html
jekyll-theme-pirati-7.0.0 _includes/right-bar/bar_foto.html
jekyll-theme-pirati-6.9.0 _includes/right-bar/bar_foto.html
jekyll-theme-pirati-6.8.0 _includes/right-bar/bar_foto.html