Sha256: 3bfde774f1ffb6ecb1d8cc60b8f03f2b45f34db6c8e6cc54c8c682971cbf1b59
Contents?: true
Size: 962 Bytes
Versions: 2
Compression:
Stored size: 962 Bytes
Contents
--- layout: default --- <section class="content"> <svg id="content-fader"></svg> <div class="list-posts"> {% for post in site.posts %} <div class="list-post"> <a href="{{ post.url }}" class="fade-onclick"> <div class="list-post-link"> {% if post.images.cover %} <img class="list-post-image" src="{{ post.images.cover }}" /> {% endif %} <div class="list-post-info"> <div class="list-post-title">{{ post.title }}</div> <div class="list-post-description">{{ post.description }}</div> </div> </div> </a> <div class="list-post-footer"> <span class="list-post-date">{{ post.date | date_to_string}}</span> · <span class="list-post-tags">{{ post.tags | join: ", "}}</span> </div> </div> {% endfor %} </div> {% include footer.html %} </section> <script src="/assets/js/post-grid-init.js"></script>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arco-0.8.2 | _layouts/post-list.html |
arco-0.8.1 | _layouts/post-list.html |