Sha256: a41368f5ce38d68df0454dab3a128e018266e57b073c9ddfe33b628fdeaec07e

Contents?: true

Size: 284 Bytes

Versions: 25

Compression:

Stored size: 284 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' | sort | join: " - " }}<!-- TEST -->

{% endblock %}

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
locomotivecms_steam-1.8.0.alpha2 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.8.0.alpha1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.7.1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.7.0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.6.1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.6.0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.6.0.rc1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.6.0.beta1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.5.3 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.5.2 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.5.1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.5.0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.5.0.rc1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.5.0.rc0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.5.0.beta3 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.5.0.beta2 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.5.0.beta1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.4.1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.4.0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.4.0.rc2 spec/fixtures/default/app/views/pages/all.liquid.haml