Sha256: 6e969bd8ae8ac1cdbb28f74ec98f5f19d20da701f6319d5b70823380e081b7b2

Contents?: true

Size: 344 Bytes

Versions: 8

Compression:

Stored size: 344 Bytes

Contents

{% for post in site.posts %}
<div class="post">
<h6 class="kicker">{{ post.kicker }}</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 }} ▪︎ {{ post.date | date: "%m.%d.%Y" }} </p></div>
{{ post.excerpt }}
</div>
{% endfor %}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
space-jekyll-theme-0.1.12 _includes/posts.html
space-jekyll-theme-0.1.11 _includes/posts.html
space-jekyll-theme-0.1.10 _includes/posts.html
space-jekyll-theme-0.1.9 _includes/posts.html
space-jekyll-theme-0.1.8 _includes/posts.html
space-jekyll-theme-0.1.7 _includes/posts.html
space-jekyll-theme-0.1.6 _includes/posts.html
space-jekyll-theme-0.1.5 _includes/posts.html