Pass Page Summary LinkTitle through the Markdown renderer
Allow markdown in link titles.
This commit is contained in:
parent
edd6eb996b
commit
c7b772e727
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<article class="page-summary">
|
||||
<header class="page-summary__heading">
|
||||
<h2 class="page-summary__title"><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></h2>
|
||||
<h2 class="page-summary__title"><a href="{{ .Permalink }}">{{ .LinkTitle | markdownify }}</a></h2>
|
||||
</header>
|
||||
{{ if (.Params.rendersSummary | default true) -}}
|
||||
{{ with .Description }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue