diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 21:53:46 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 21:53:46 +0100 |
commit | 639fece16245dac8c24277cc1ce2f1321f683920 (patch) | |
tree | e51960ee0aec339051fda39e72b4ef7693aaf6f0 /_layouts/default.html | |
parent | 126fa877f904a894e43c423fe19427e9221e36d1 (diff) |
clean up ruby code
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index efb2c87..fe0fc36 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -40,7 +40,7 @@ <div class="column"> <span class="title">about this post</span> <ul> - <li>written by {% fmt_authors site.data.authors page.meta.authors %}</li> + <li>written by {{ page.authors | map: 'nick' | sentence_join }}</li> <li>published on {{ page.meta.date | datefmt }}</li> </ul> <ul> |