Sha256: 69810b63170f3a02d81da5d361a171653bcac502d6ea6e541dd37f4622dd69e4

Contents?: true

Size: 285 Bytes

Versions: 42

Compression:

Stored size: 285 Bytes

Contents

---
title: Liste des articles
published: true
---
{% extends 'index' %}
{% block main %}
<h1>Liste des articles</h1>
<ul>
  {% for post in contents.posts %}
  <li><strong>{{post.title}}</strong> (<a href="/posts/{{ post._permalink }}">more</a>)</li>
  {% endfor %}
</ul>
{% endblock %}

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
locomotivecms_wagon-1.5.3 spec/fixtures/blog/app/views/pages/posts.fr.liquid
locomotivecms_wagon-1.5.2 spec/fixtures/blog/app/views/pages/posts.fr.liquid