Sha256: eead77e585d107c586f3e90118bb4a9bf8078bf7bae4b36e616b769417a028cd

Contents?: true

Size: 631 Bytes

Versions: 2

Compression:

Stored size: 631 Bytes

Contents

<div
  {% if include.viewer %}viewer {% endif %}
  {% if include.openable %}openable {% endif %}
  class="img-wrap fill-gallery box-shadow-sm  {{ include.class }}">
       
  {% include image.html alt=include.item.alt src=include.item.image %}

  {% if include.openable %}
    <a
      href="{{ include.item.url | relative_url }}"
      class="scribe-white"
      >
      <div>
        {% if include.item.summery %}
          {{ include.item.summery | markdownify }}
        {% else %}
          <h3>{{ include.item.title }}</h3>
          {{ include.item.excerpt }}
        {% endif %}
      </div>
    </a>
  {% endif %}

</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
frame9-jekyll-theme-1.1.0 _includes/gallery_item.html
frame9-jekyll-theme-1.0.0 _includes/gallery_item.html