File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
themes/opentermsarchive/layouts/partials Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
{{ range .Site.Sections.ByWeight }}
9
9
< li class ="{{ if eq $currentPageSection .Section }}aside_item-current{{ end }} ">
10
10
< details {{ if eq $currentPageSection .Section }}open{{ end }} >
11
- < summary > < b > {{ .LinkTitle }}</ b > </ summary >
11
+ < summary > < b > {{ .LinkTitle | markdownify }}</ b > </ summary >
12
12
< ul >
13
13
{{ range .RegularPages.ByWeight }}
14
14
< li >
15
- < a href ="{{ .RelPermalink }} "> {{ .LinkTitle }}</ a >
15
+ < a href ="{{ .RelPermalink }} "> {{ .LinkTitle | markdownify }}</ a >
16
16
</ li >
17
17
{{ end }}
18
18
{{ range .Sections.ByWeight }}
19
19
< li >
20
20
{{ if .Content }}
21
- < a href ="{{ .RelPermalink }} "> {{ .LinkTitle }}</ a >
21
+ < a href ="{{ .RelPermalink }} "> {{ .LinkTitle | markdownify }}</ a >
22
22
{{ else }}
23
- < span > {{ .LinkTitle }}</ span >
23
+ < span > {{ .LinkTitle | markdownify }}</ span >
24
24
{{ end }}
25
25
< ul >
26
26
{{ range .RegularPages.ByWeight }}
27
- < li > < a href ="{{ .RelPermalink }} "> {{ .LinkTitle }}</ a > </ li >
27
+ < li > < a href ="{{ .RelPermalink }} "> {{ .LinkTitle | markdownify }}</ a > </ li >
28
28
{{ end }}
29
29
</ ul >
30
30
</ li >
You can’t perform that action at this time.
0 commit comments