Sha256: 63b657f78783dc876029511a0ec8e7d7adaff7f311a18d44e63cd53f7bc79254
Contents?: true
Size: 1.01 KB
Versions: 10
Compression:
Stored size: 1.01 KB
Contents
--- layout: default --- <section class="content"> <svg id="content-fader"></svg> <div class="list-posts"> {% assign posts = site.categories[page.category] | default: site.posts %} {% for post in posts %} <div class="list-post"> <a href="{{ post.url }}" class="fade-onclick"> <div class="list-post-link"> <img class="list-post-image" src="{{ post.cover-image }}" /> <div class="list-post-info"> <div class="list-post-title">{{ post.title }}</div> <div class="list-post-summary">{{ post.summary }}</div> </div> </div> </a> <div class="list-post-footer"> <span class="list-post-date">{{ post.date | date_to_string}}</span> · <a href="{{ "/projects/" }}{{ post.category }}" class="fade-onclick"><span class="list-post-category">{{ post.category }}</span></a> </div> </div> {% endfor %} </div> {% include footer.html %} </section> <script src="/assets/js/post-grid-init.js"></script>
Version data entries
10 entries across 10 versions & 1 rubygems