mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 12:13:19 -06:00
Process markdown on breadcrumb nav
This commit is contained in:
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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user