Sha256: 19cb07b1877dd092881a22c17d0fd5af83f6eee2f57754272548db1fe6b9bc72

Contents?: true

Size: 452 Bytes

Versions: 1

Compression:

Stored size: 452 Bytes

Contents

<ul class="Chaos-Demand-List">
  {% for demand in include.demands %}
    <li class="no-invert Chaos-Demand">
      <h3 class="type  {{ demand.type | slugify }}" >{{ demand.type }}</h3>
      {{ demand.title }}
      {% if demand.faq_title[0] %}
      <div class="Chaos-Flex-Line">
        <a href="#{{ demand.faq_title[0] | slugify }}"><span class="no-invert Chaos-Button" >More</span></a>
      </div>
      {% endif %}
    </li>
  {% endfor %}
</ul>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-chaos-0.1.1 _includes/demands.html