From a8575586bf4773772a1876db26d91bfc69181c06 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Fri, 27 Feb 2026 11:26:23 -0800 Subject: [PATCH] Improve rendering of author bios on blog posts --- src/blog/default.template.html | 4 ++-- src/templates/bio.template.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/blog/default.template.html b/src/blog/default.template.html index eef4c476..b61e29e6 100644 --- a/src/blog/default.template.html +++ b/src/blog/default.template.html @@ -20,9 +20,9 @@
-
+
@:for(author) -
+
@:include(/templates/bio.template.html) { render-bio = true }
@:@ diff --git a/src/templates/bio.template.html b/src/templates/bio.template.html index 96bfe218..4b85f754 100644 --- a/src/templates/bio.template.html +++ b/src/templates/bio.template.html @@ -13,7 +13,7 @@ @:if(_.render-bio) @:for(_.bio)
- ${_.bio} + ${_.bio} @:@ @:@ @:if(_.render-title)