aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-24 23:43:54 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-24 23:43:54 +0100
commita3119205e1523f61db3877cf5bd6d1e47ebd2d2b (patch)
tree33fa6fa4c8e1d692ae164d1c866b4f87df70bc54 /_layouts
parent7493f15cdc89d462619286314a844e2f8eebc550 (diff)
more cleanup + fix git dates
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index a0f06cb..ef50700 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -41,7 +41,7 @@
<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>written by {{ page.authors | map: 'nick' | sentence_join: 'nobody?' }}</li>
<li>first published on {{ page.meta.date_initial | datefmt }}</li>
<li>edited {{ page.meta.edits | plural: 'time' }}</li>
</ul>