_layouts/post.html (10 lines of code) (raw):
---
layout: default
---
<p>
{% if page.author %}<b>Author: </b> {{ page.author }}<br>{% endif %}
<b>Date: </b> {{ page.date | date_to_string }}<br>
{% if page.reviewers %}<b>Reviewer(s) </b> {{ page.reviewers }}<br>{% endif %}
</p>
{{ content }}
<p><strong>View all posts in the <a href="{{ site.baseurl }}/news">news archive</a></strong></p>