12 lines
397 B
HTML
12 lines
397 B
HTML
---
|
|
layout: default
|
|
---
|
|
<span style="font-size: 16px;"><a href="/">~</a> / <a href="/{{page.category}}">{{page.category}}</a> / <a href="">{{page.title}}</a></span>
|
|
<span style="font-family: Geist;font-size:14px;color: #A89984; float: right;">
|
|
{{ page.date | date: "%Y-%m-%d" }} |
|
|
{{ content | reading_time | pluralize: "minute" }}
|
|
</span>
|
|
<hr>
|
|
|
|
{{ content }}
|
|
{% include postFooter.html %}
|