Sha256: dbfe921c5c11610f572bca63ce898bf736ba9b6512d666718513715ac3ba97ec

Contents?: true

Size: 638 Bytes

Versions: 9

Compression:

Stored size: 638 Bytes

Contents

<div class="row c-hp-banner">
  <div class="small-12 columns">
    <a href="{{ include.link }}" title="{{ include.title }}">
      {% capture img %}{% asset '{{ include.default }}' magick:resize='1135x' @path %}{% endcapture %}
      {% if include.breakpoint %}
        <picture>
          <source media="(min-width: {{ include.breakpoint }}px)" srcset="{{ img }}">
          <img src="{% asset '{{ include.mobile }}' magick:resize='{{ include.breakpoint +"px" }}' @path %}" alt="{{ include.title }}">
        </picture>
      {% else %}
        <img src="{{ img }}" alt="{{ include.title }}">
      {% endif %}
    </a>
  </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-pirati-5.3.1 _includes/homepage/banner.html
jekyll-theme-pirati-5.3.0 _includes/homepage/banner.html
jekyll-theme-pirati-5.2.2 _includes/homepage/banner.html
jekyll-theme-pirati-5.2.1 _includes/homepage/banner.html
jekyll-theme-pirati-5.2.0 _includes/homepage/banner.html
jekyll-theme-pirati-5.1.1 _includes/homepage/banner.html
jekyll-theme-pirati-5.1.0 _includes/homepage/banner.html
jekyll-theme-pirati-5.0.0 _includes/homepage/banner.html
jekyll-theme-pirati-4.3.0 _includes/homepage/banner.html