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