From 6dfea18dd1e551a75ba75a81136dbba2440c729f Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 28 Feb 2016 17:27:07 +0100 Subject: [PATCH] Support HTML in author section --- post.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.hbs b/post.hbs index 0f5a592..02957b2 100644 --- a/post.hbs +++ b/post.hbs @@ -30,7 +30,7 @@ Author image

{{author.name}}

-

{{author.bio}} {{author.website}}

+

{{{author.bio}}} {{author.website}}