Sha256: 86d184da14abc6cb2a6f1ca9f559ecbeb68a80cbc1ea7eacc87254ebbf5e25f0

Contents?: true

Size: 546 Bytes

Versions: 1

Compression:

Stored size: 546 Bytes

Contents

---
layout: default
show_title: true
---

{{ content }}

<div class="card-deck">
    {% assign parent = page.url | remove:'index.html' %}

    {% for page in site.pages %}

    {% comment %}
    Iterate over the pages under the parent
    {% endcomment %}
    {% assign checkArray = page.url | split:parent %}

    {% if checkArray[0] == "" %}

    {% include card_preview.html
    url=page.url
    title=page.title
    date=page.date
    content=page.content
    pdf=page.pdf
    video=page.video
    %}

    {% endif %}

    {% endfor %}
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
just-the-cards-0.2.0 _layouts/cards.html