Plainify breadcrumb title

master
Will Faught 2 years ago
parent b82412feca
commit 8bd452dd7d

@ -5,7 +5,7 @@
<div class="d-flex justify-content-center">
<ol class="breadcrumb mb-0">
{{ 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 }}
</ol>
</div>

Loading…
Cancel
Save