18 lines
496 B
HTML
18 lines
496 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<small>{{ page.date | date: "%-d %B %Y" }}</small>
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
<p class="view">by {{ page.author | default: site.author }}</p>
|
|
|
|
{{content}}
|
|
|
|
{% if page.tags %}
|
|
<small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small>
|
|
{% endif %}
|
|
|
|
<br>
|
|
<small>Copyright (c) {{ page.date | date: "%B %Y" }} {{ page.author | default: site.author }} Verbatim copying and redistribution of this entire page are permitted provided this notice is preserved.</small>
|