aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-24 22:44:43 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-24 22:44:43 +0100
commit7493f15cdc89d462619286314a844e2f8eebc550 (patch)
treeeb1bb6767f0f6b4e6813207e9ba2d4a31b73669d /_layouts
parent639fece16245dac8c24277cc1ce2f1321f683920 (diff)
more minor tweaks
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index fe0fc36..a0f06cb 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -22,7 +22,7 @@
<nav class="invert plainlink">
<div class="limitwidth">
<a href="/" class="item {% if page.id == "index" %}active{% endif %}">home</a>
- <a href="/posts" class="item {% if page.id == "posts" %}active{% endif %}">posts</a>
+ <a href="/posts/by-date" class="item {% if page.id == "posts" %}active{% endif %}">posts</a>
<span class="right">
{% if page.toc %}<a href="#" class="item">top</a>{% endif %}
{% if page.post %}<a href="#footer" class="item">bottom</a>{% endif %}
@@ -38,14 +38,12 @@
<div class="limitwidth">
<div class="autocolumn">
<div class="column">
- <span class="title">about this post</span>
+ <span class="title">post info</span>
<ul>
+ <li>last published on {{ page.meta.date | datefmt }}</li>
<li>written by {{ page.authors | map: 'nick' | sentence_join }}</li>
- <li>published on {{ page.meta.date | datefmt }}</li>
- </ul>
- <ul>
- <li>edited {{ page.meta.edits }} times</li>
<li>first published on {{ page.meta.date_initial | datefmt }}</li>
+ <li>edited {{ page.meta.edits | plural: 'time' }}</li>
</ul>
</div>
<div class="column">
@@ -61,3 +59,4 @@
{% endif %}
</body>
</html>
+