Sha256: e05fe31d8180ad27b4f91f2f309d79f00a6f1eaa01fd4d087f82c3aaed14a345

Contents?: true

Size: 277 Bytes

Versions: 5

Compression:

Stored size: 277 Bytes

Contents

---
title: All the pages
listed: false
published: true
---
{% extends parent %}
{% block content %}
<ul>
{% for page in site.pages %}
<li>{{ page.title }}</li>
{% endfor %}
</ul>

<!-- TEST -->{{ site.index.children | map: 'title' | join: " - " }}<!-- TEST -->

{% endblock %}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
locomotivecms_steam-1.2.1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.2.0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.2.0.rc3 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.2.0.rc2 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.2.0.rc1 spec/fixtures/default/app/views/pages/all.liquid.haml