This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/_includes/post.liquid
2023-03-13 16:40:51 -07:00

16 lines
415 B
Text

---
layout: main
---
{% include "header.liquid" %}
<h2 class="text-xl md:text-2xl font-black leading-tight dark:text-gray-200 pt-12">{{title}}</h2>
<div class="my-2 text-sm">
{{ date | date: "%m.%d.%Y" }}
</div>
<div class="prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full text-gray-800 dark:text-white">
{{ content }}
</div>
{% include "webmentions.liquid" %}
{% include "author.liquid" %}