From 3a4cb538f72718708bc495e3a02001a16d991a1c Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Mon, 9 May 2022 19:53:00 -0500 Subject: [PATCH] Add markdownify to see-also shortcode --- layouts/shortcodes/see-also.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/see-also.html b/layouts/shortcodes/see-also.html index 18a3dc8..89f7b25 100644 --- a/layouts/shortcodes/see-also.html +++ b/layouts/shortcodes/see-also.html @@ -1,6 +1,6 @@
{{ with .Site.GetPage (.Get 0) }} -

{{ i18n "see_also" }} {{ .Title }}

+

{{ i18n "see_also" }} {{ .Title | markdownify }}

{{ else }} {{ errorf "Page could not be found for see-also shortcode: %s" .Position }} {{ end }}