diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a83e2502..0edb7cd3 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,5 +1,10 @@ {{ define "main" }} +{{ if $.Param "enableSidebarSingle" }} + + +{{ end }} + {{ if $.Param "enableBreadcrumb" }} {{ partial "body/breadcrumb" . }} @@ -39,11 +44,20 @@ {{ partial "sidebar/sidebar-single" . }} {{ end }} + +{{ if $.Param "enableSidebarSingle" }} + + + +{{ end }} +