mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-19 08:20:52 +00:00
12 lines
275 B
HTML
12 lines
275 B
HTML
{{if and (ne .Kind "section") (ne .Section "")}}
|
|
<nav class="breadcrumb">
|
|
<ul class="breadcrumbs">
|
|
<li>
|
|
<a class="crumb" href="/{{.Section | urlize}}">
|
|
<span>{{replace (replace .Section "-" " " | title) "And" "and"}}</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
{{end}}
|