{% include head.html %}
{% include header.html %}
{% for post in site.posts %}
{{ post.title }}
Posted on {{ post.date | date: "%-d %B %Y" }}
{{ post.abstract }}
{% if post.photoname %}
{% endif %}
{{ post.content }}
{% endfor %}
{% include footer.html %}