rocksdb/docs/blog/all.html

21 lines
439 B
HTML
Raw Normal View History

---
id: all
layout: blog
category: blog
---
<div class="posts">
<div class="post">
<h1>All Posts</h1>
{% for post in site.posts %}
{% assign author = site.data.authors[post.author] %}
<p>
<strong>
2016-11-08 01:02:48 +01:00
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
</strong>
on {{ post.date | date: "%B %e, %Y" }} by {{ author.display_name }}
</p>
{% endfor %}
</div>
</div>