lewisdale.dev/src/_includes/post.njk

12 lines
272 B
Plaintext
Raw Normal View History

---
layout: base.njk
---
<article class="wrapper-lg stack-md">
<h1><a href="{{ post.url }}">{{ title }}</a></h1>
{{ content | safe }}
2023-02-14 17:00:01 +00:00
</article>
<author class="wrapper-lg">
{% image metadata.author.avatar, "My face", "box circle", "150px", [150] %}
</author>