Remove breadcrumb navigation and fix #17

This commit is contained in:
2021-10-06 17:00:34 -05:00
parent 9af039619e
commit 19f0eb8357
3 changed files with 4 additions and 38 deletions

View File

@ -17,10 +17,6 @@
</nav>
</div>
{{ if .Site.Params.breadcrumbnav }}
{{ partial "breadcrumb.html" . }}
{{ end }}
<div class="content">
{{- block "main" . }}
{{ .Content }}