From 64184b0e74a47e55f09961fdb86c13ccaaf43ac8 Mon Sep 17 00:00:00 2001 From: "Mr. Will" Date: Sat, 14 Jan 2023 18:44:42 +0800 Subject: [PATCH] Allow raw HTML in configured description --- layout/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/index.ejs b/layout/index.ejs index b67da7e..94974ec 100644 --- a/layout/index.ejs +++ b/layout/index.ejs @@ -3,7 +3,7 @@

<%= config.subtitle %>

-

<%= config.description %>

+

<%- config.description %>