Sha256: 85fc74fba7453af9af711f8c547526af8c36c96f3799161ebe3c783a92090a9c

Contents?: true

Size: 438 Bytes

Versions: 5

Compression:

Stored size: 438 Bytes

Contents

<section id="three">
  <div class="inner">
    <header class="major">
      <h2>{{ include.item.title }}</h2>
    </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>
</section>

Version data entries

5 entries across 5 versions & 1 rubygems

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