From b910792444534118fceb22c31ac89a55d0cca355 Mon Sep 17 00:00:00 2001 From: invinciblycool Date: Sun, 2 May 2021 16:18:21 +0530 Subject: [PATCH] hotfix --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index b01779f..5a95bd5 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@

{{ .Site.Params.Name }}

-

{{ .Site.Data.personalize.About| markdownify }}

+

{{ .Site.Params.About| markdownify }}

{{ .Content }}