| --- | |
| layout: documentation | |
| title: Latest News | |
| --- | |
| <div id="content"> | |
| <ul class="posts"> | |
| {% for post in site.posts %} | |
| <li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li> | |
| {% endfor %} | |
| </ul> | |
| </div> |