Sha256: fe5b1752b4fa1d3003b385e2ac63a6bd896e7bc191e98bce5c8edc014a8e9bec
Contents?: true
Size: 356 Bytes
Versions: 1
Compression:
Stored size: 356 Bytes
Contents
{% for post in site.posts %} <div class="post"> <h6 class="kicker">Filed under {{ post.kicker }} ▪︎ {{ post.date | date: "%m.%d.%Y" }} </h6> <h1 class="title"> <a href="{{ post.url }}">{{ post.title }}</a> </h1> <h2 class="subtitle">{{ post.subtitle }}</h2> <div class="meta"><p>By {{ post.author }}</p></div> {{ post.excerpt }} </div> {% endfor %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
space-jekyll-theme-0.1.4 | _includes/posts.html |