openneo-blog/_layouts/post.html

20 lines
326 B
HTML
Raw Normal View History

---
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>