site/_layouts/post.html

14 lines
309 B
HTML

---
layout: default
---
<code>
<a href="/">~</a> > <a href="/{{page.category}}">{{page.category}}</a> > <a href="{{page.title}}">{{page.title}}</a><br>
{{ page.date | date: "%Y-%m-%d" }}<br>
{{ content | reading_time | pluralize: "minute" }}
</code>
<hr>
{{ content }}
{% include postFooter.html %}