site/_layouts/post.html

12 lines
321 B
HTML

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