website/_layouts/post.html

14 lines
297 B
HTML
Raw Permalink Normal View History

---
layout: default
---
<article class="post">
<h1><a style="font-size: 16pt;" href="{{ page.url }}">{{ page.title }}</a></h1>
<div class="post-content">
{{ content | toc }}
</div>
<p class="meta">Posted on <span class="postdate">{{ page.date | date: "%b %d, %Y" }}</span></p>
</article>