- {{ partial "body/breadcrumb" . }}
+ {{ if $.Param "enableBreadcrumb" }}
+ {{ partial "body/breadcrumb" . }}
+ {{ end }}
@@ -30,4 +32,4 @@
{{ partial "script/sidebar-script" . }}
{{ partial "script/list-script" . }}
-{{ end }}
\ No newline at end of file
+{{ end }}
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index 583e7eb..84d241f 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -2,7 +2,9 @@
- {{ partial "body/breadcrumb" . }}
+ {{ if $.Param "enableBreadcrumb" }}
+ {{ partial "body/breadcrumb" . }}
+ {{ end }}
@@ -29,4 +31,4 @@
{{ partial "script/sidebar-script" . }}
{{ partial "script/taxo-script" . }}
-{{ end }}
\ No newline at end of file
+{{ end }}