Add breadcrumb nav and show active navbar item

This commit is contained in:
2021-11-02 16:51:07 -05:00
parent 8ad0690d00
commit 99f53a386e
4 changed files with 56 additions and 10 deletions

View File

@ -8,6 +8,10 @@
{{ partial "top.html" . }}
</div>
{{ if not .IsHome }}
{{ partial "breadcrumb.html" . }}
{{ end }}
<div class="content">
{{- block "main" . }}
{{ .Content }}