1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-17 19:37:29 -05:00

Process markdown on breadcrumb nav

This commit is contained in:
2021-11-19 22:54:06 -06:00
parent 1f080d9092
commit 5104a6f57d

@ -11,9 +11,9 @@
{{ end }} {{ end }}
<li{{ if eq .p1 .p2 }} class="active"{{ end }}> <li{{ if eq .p1 .p2 }} class="active"{{ end }}>
{{ if eq .p1 .p2 }} {{ if eq .p1 .p2 }}
{{ .p1.Title }} {{ .p1.Title | markdownify }}
{{ else }} {{ else }}
<a href="{{ .p1.Permalink }}">{{ .p1.Title }}</a> <a href="{{ .p1.Permalink }}">{{ .p1.Title | markdownify }}</a>
{{ end }} {{ end }}
</li> </li>
{{ end }} {{ end }}