Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/main/list.html')
-rw-r--r--layouts/partials/main/list.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/partials/main/list.html b/layouts/partials/main/list.html
index 9e714d3..5f454e9 100644
--- a/layouts/partials/main/list.html
+++ b/layouts/partials/main/list.html
@@ -8,9 +8,6 @@
</nav>
<article id="list-main" class="m">
- {{ if $.Param "enableBreadcrumb" }}
- {{ partial "main/component/breadcrumb.html" . }}
- {{ end }}
{{ partial "main/sections/list-main.html" . }}
{{ partial "main/component/pagination-single.html" . }}
</article>