Sha256: f3ef040c13cf760cd93f5e462b58eb8660da55097f88512a4d72077b869fb68b

Contents?: true

Size: 776 Bytes

Versions: 6

Compression:

Stored size: 776 Bytes

Contents

{% for thing in loop %}

    {% if thing.html %}

    {% include {{ artwork }} %}

    {% elsif thing.liq %}

    {% include {{ artwork | replace: '.html','.liquid' }} %}

    {% elsif thing.svg %}

    {% include {{ artwork | replace: '.html','.svg' }} %}

    {% elsif thing.img %}

    <img src="{{ img | replace: '.html','.jpg' }}" alt="{{ title }}" style="width: 100%; height: auto;">

    {% elsif thing.vid %}

      {%- include html/loop/artwork/book/video.liquid -%}

    {% elsif thing.number %}

      {%- include html/loop/artwork/book/number.liquid -%}

    {% elsif thing.textbox %}

      {%- include html/loop/artwork/book/textbox.liquid -%}

    {% elsif thing.pies %}

      {%- include html/loop/artwork/book/pies.liquid -%}

    {% endif %}

{% endfor %}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
futuro-0.7.4 _includes/html/loop/artwork/book.liquid
futuro-0.7.3 _includes/html/loop/artwork/book.liquid
futuro-0.7.2 _includes/html/loop/artwork/book.liquid
futuro-0.7.1 _includes/html/loop/artwork/book.liquid
futuro-0.7.0 _includes/html/loop/artwork/book.liquid
futuro-0.6.9 _includes/html/loop/artwork/book.liquid