- Font size and scaling better for different displays - Added 88x31 buttons in footer - Other minor changes to CSS and layouts
12 lines
379 B
HTML
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 %}
|