[2024-02-09] Changed date format and made monospace
This commit is contained in:
parent
fd408b07ae
commit
c0d282c849
5 changed files with 13 additions and 16 deletions
|
@ -1,11 +1,12 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
<code>
|
||||
<a href="/">~</a> > <a href="/{{page.category}}">{{page.category}}</a> > <a href="{{page.title}}">{{page.title}}</a><br>
|
||||
|
||||
<p>
|
||||
Posted {{ page.date | date_to_string }} to <a href="/">Andrew Conlin's blog</a><br>
|
||||
Reading time: {{ content | reading_time | pluralize: "minute" }}
|
||||
</p>
|
||||
{{ page.date | date: "%Y-%m-%d" }}<br>
|
||||
{{ content | reading_time | pluralize: "minute" }}
|
||||
</code>
|
||||
<hr>
|
||||
|
||||
{{ content }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue