From c7b772e727eb893fcc5829e232caaac5362d9f1c Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 12 Oct 2024 10:46:44 -0700 Subject: [PATCH] Pass Page Summary LinkTitle through the Markdown renderer Allow markdown in link titles. --- layouts/_default/page_summary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/page_summary.html b/layouts/_default/page_summary.html index 7a12d9e..cc0ff91 100644 --- a/layouts/_default/page_summary.html +++ b/layouts/_default/page_summary.html @@ -1,6 +1,6 @@
-

{{ .LinkTitle }}

+

{{ .LinkTitle | markdownify }}

{{ if (.Params.rendersSummary | default true) -}} {{ with .Description }}