{{- .Content | markdownify }}
@@ -10,4 +10,4 @@ {{- partial "social_icons.html" $.Site.Params.socialIcons -}}From 353146891e2e3c38600b406efd904d35b5debc86 Mon Sep 17 00:00:00 2001
From: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
Date: Sat, 17 Oct 2020 15:02:40 +0530
Subject: [PATCH] home-info, profile-mode: enable markdownify for text elements
---
layouts/partials/home_info.html | 4 ++--
layouts/partials/index_profile.html | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/layouts/partials/home_info.html b/layouts/partials/home_info.html
index 6be21134..ef086158 100644
--- a/layouts/partials/home_info.html
+++ b/layouts/partials/home_info.html
@@ -1,7 +1,7 @@
{{- with $.Site.Params.homeInfoParams }}
{{- .Content | markdownify }}{{- .Title }}
+ {{- .Title | markdownify }}