Sha256: 6bde2e69184c5ce93d1eec3e9eb97fb8c3d0af5a25c7f485d297df8abc2f492d
Contents?: true
Size: 651 Bytes
Versions: 7
Compression:
Stored size: 651 Bytes
Contents
--- layout: description --- <ul> {% if page.contenttype == project %} {% for post in paginator.posts %} <li> <h2><a href="{{ post.url }}">{{ post.title }}</a></h2> <p>{{ post.excerpt }}</p> </li> {% endfor %} {% elsif page.contenttype == project %} {% for post in site.posts %} {% if post.contenttype == page.pagetype %} <li> <h2><a href="{{ post.url }}">{{ post.title }}</a></h2> <p>{{ post.excerpt }}</p> </li> {% endif %} {% endfor %} {% endif %} </ul>
Version data entries
7 entries across 7 versions & 1 rubygems