From 12d8a7cdd221a90dbdfc4fbddc02e00592fd4a0c Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 17 Aug 2021 00:33:24 +0100 Subject: [PATCH] Bugfix: properly generator links for the author name --- src/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index fb4059a..912a172 100644 --- a/src/index.html +++ b/src/index.html @@ -10,7 +10,8 @@
Read more
- {{ post.author_name | htmlentities }} + {{ post.parent | log }} + {{ post.author_name | htmlentities }} Clock icon