itme-brain.github.io/_layouts/post.html
2026-03-04 07:44:54 -05:00

15 lines
No EOL
405 B
HTML

---
layout: base
---
<article class="post">
<header class="post-header">
<h1>{{ page.title }}</h1>
<time class="post-date" datetime="{{ page.date | date: '%Y-%m-%d' }}">{{ page.date | date: "%B %-d, %Y" }}</time>
</header>
<div class="post-content">
{{ content }}
</div>
<footer class="post-nav">
<a href="{{ '/blog' | relative_url }}">← Back to Blog</a>
</footer>
</article>