openneo-blog/_layouts/post.html

23 lines
442 B
HTML

---
layout: default
---
<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>
{% if page.banner %}
<img
src="{{ page.banner.url }}"
width="{{ page.banner.width }}"
height="{{ page.banner.height}}"
/>
{% endif %} {{ content }}
</article>