13 lines
178 B
HTML
13 lines
178 B
HTML
---
|
|
layout: default
|
|
title: James Walker
|
|
---
|
|
|
|
{% include vcard.html %}
|
|
|
|
<h3>recent posts:</h3>
|
|
{% for post in site.posts limit: 5 %}
|
|
{% include article_list.html %}
|
|
{% endfor %}
|
|
|