openneo-blog/_layouts/post.html

24 lines
442 B
HTML
Raw Normal View History

---
layout: default
---
2024-09-20 14:39:13 -07:00
<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>
2024-09-20 14:39:13 -07:00
{% if page.banner %}
<img
src="{{ page.banner.url }}"
width="{{ page.banner.width }}"
height="{{ page.banner.height}}"
/>
{% endif %} {{ content }}
</article>