19 lines
326 B
HTML
19 lines
326 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<main>
|
|
<article>
|
|
<header>
|
|
<h2>
|
|
<a href="{{ page.url }}">{{ page.title }}</a>
|
|
</h2>
|
|
<p role="doc-subtitle">
|
|
Posted on {{ page.date | date_to_string: "ordinal", "US" }}{% if
|
|
page.author %}, by {{ page.author }}{% endif %}
|
|
</p>
|
|
</header>
|
|
|
|
{{ content }}
|
|
</article>
|
|
</main>
|