Plainify breadcrumb title

master
Will Faught 2 years ago
parent b82412feca
commit 8bd452dd7d

@ -5,7 +5,7 @@
<div class="d-flex justify-content-center"> <div class="d-flex justify-content-center">
<ol class="breadcrumb mb-0"> <ol class="breadcrumb mb-0">
{{ range .Reverse }} {{ range .Reverse }}
<li class="breadcrumb-item"><a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a></li> <li class="breadcrumb-item"><a href="{{ .RelPermalink }}">{{ .Title | markdownify | plainify }}</a></li>
{{ end }} {{ end }}
</ol> </ol>
</div> </div>

Loading…
Cancel
Save