Sha256: 7de4568dbe2efc94c0d2d6c5b61601258759058348eaef5451ae5c18b2441ab2

Contents?: true

Size: 702 Bytes

Versions: 5

Compression:

Stored size: 702 Bytes

Contents

<section>
  {% if include.item.image %}
    <a href="{{ include.item.link_url || '#' }}" class="image">
      <img src="{{ include.item.image | absolute_url }}" alt="" data-position="center center" />
    </a>
  {% endif %}

  <div class="content">
    <div class="inner">
      <header class="major">
        <h3>{{ include.item.title }}</h3>
      </header>

      {{ include.item.content  | markdownify }}

      {% if include.item.link_url %}
        <ul class="actions">
          <li>
            <a href="{{ include.item.link_url }}" class="button">
              {{ include.item.link_text }}       
            </a>
          </li>
        </ul>
      {% endif %}
    </div>
  </div>
</section>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fortyone-jekyll-theme-1.2.3 _includes/_landing_item.html
fortyone-jekyll-theme-1.2.2 _includes/_landing_item.html
fortyone-jekyll-theme-1.2.1 _includes/_landing_item.html
fortyone-jekyll-theme-1.2.0 _includes/_landing_item.html
fortyone-jekyll-theme-1.1.0 _includes/_landing_item.html