Sha256: c391465962534dee5ee1fa0742b62714128ddb2fdf8f2724372e1965b451f2d1
Contents?: true
Size: 275 Bytes
Versions: 42
Compression:
Stored size: 275 Bytes
Contents
--- title: List of posts published: true --- {% extends 'index' %} {% block main %} <h1>List of posts</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