Plainify breadcrumb title
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user