fix ordering

This commit is contained in:
chrislu 2024-07-02 23:55:40 -07:00
parent 69003d0e90
commit 761a1555de

View File

@ -99,7 +99,7 @@
{{ range $entry := .Breadcrumbs }}
<li><a href="{{ printpath $entry.Link }}">
{{ $entry.Name }}
</li></a>
</a></li>
{{ end }}
</ol>
</div>