site/_layouts/post.html
Andrew Conlin c51385f72b [2025-04-25] Multiple design improvements
- Font size and scaling better for different displays
- Added 88x31 buttons in footer
- Other minor changes to CSS and layouts
2025-04-25 14:45:55 +01:00

12 lines
379 B
HTML

---
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>
{{ content | reading_time | pluralize: "minute" }}
</span>
<hr>
{{ content }}
{% include postFooter.html %}