fork of https://github.com/oxigraph/rocksdb and https://github.com/facebook/rocksdb for nextgraph and oxigraph
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
424 B
20 lines
424 B
---
|
|
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>
|
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
|
</strong>
|
|
on {{ post.date | date: "%B %e, %Y" }} by {{ author.display_name }}
|
|
</p>
|
|
{% endfor %}
|
|
</div>
|
|
</div>
|
|
|