Sha256: 8de8b74c86fdbb90a4bb4de66f563d0f543a4cf3ac55a9c6afd370978fae1d62

Contents?: true

Size: 719 Bytes

Versions: 29

Compression:

Stored size: 719 Bytes

Contents

<div class="row c-hp-banner">
  <div class="small-12 columns">
    <a href="{{ include.link }}" title="{{ include.title }}" class="c-hp-banner__link">
      {% capture img %}{% asset '{{ include.default }}' magick:resize='1135x' @path %}{% endcapture %}
      {% if include.breakpoint %}
        <picture class="c-hp-banner__media">
          <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 }}"  class="c-hp-banner__media">
      {% endif %}
    </a>
  </div>
</div>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
jekyll-theme-pirati-7.7.1 _includes/homepage/banner.html
jekyll-theme-pirati-7.7.0 _includes/homepage/banner.html
jekyll-theme-pirati-7.6.2 _includes/homepage/banner.html
jekyll-theme-pirati-7.6.1 _includes/homepage/banner.html
jekyll-theme-pirati-7.6.0 _includes/homepage/banner.html
jekyll-theme-pirati-7.5.0 _includes/homepage/banner.html
jekyll-theme-pirati-7.4.0 _includes/homepage/banner.html
jekyll-theme-pirati-7.3.0 _includes/homepage/banner.html
jekyll-theme-pirati-7.2.0 _includes/homepage/banner.html
jekyll-theme-pirati-7.1.1 _includes/homepage/banner.html
jekyll-theme-pirati-7.0.0 _includes/homepage/banner.html
jekyll-theme-pirati-6.9.0 _includes/homepage/banner.html
jekyll-theme-pirati-6.8.0 _includes/homepage/banner.html
jekyll-theme-pirati-6.7.2 _includes/homepage/banner.html
jekyll-theme-pirati-6.7.0 _includes/homepage/banner.html
jekyll-theme-pirati-6.6.2 _includes/homepage/banner.html
jekyll-theme-pirati-6.6.1 _includes/homepage/banner.html
jekyll-theme-pirati-6.6.0 _includes/homepage/banner.html
jekyll-theme-pirati-6.5.0 _includes/homepage/banner.html
jekyll-theme-pirati-6.4.0 _includes/homepage/banner.html