[2025-05-12] Make date and reading time float right in post header

This commit is contained in:
Andrew Conlin 2025-05-12 12:27:08 +01:00
parent 9f630196ed
commit 018c74cad3

View file

@ -1,9 +1,9 @@
---
layout: default
---
<span style="font-size: 16px;"><a href="/">~</a> / <a href="/{{page.category}}">{{page.category}}</a> / <a href="">{{page.title}}</a><br></span>
<span style="font-family: Geist Mono;font-size:16px;">
{{ page.date | date: "%Y-%m-%d" }}<br>
<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>