Files
dustin.coffee-jekyll-blog/_layouts/post.html
2025-08-25 19:13:59 -04:00

11 lines
197 B
HTML

---
layout: default
---
<div class="post-info">
<h2>{{ page.title }}</h2>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
</div>
<div class="post-content">
{{ content }}
</div>