diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ca054336..3673ea63 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,24 +2,7 @@
- {{- if (.Param "ShowBreadCrumbs")}} - - {{- end }} + {{- partial "breadcrumbs.html" . }}

{{ .Title }} {{- if .Draft }}
  [draft]
{{- end }} diff --git a/layouts/partials/breadcrumbs.html b/layouts/partials/breadcrumbs.html new file mode 100644 index 00000000..55320892 --- /dev/null +++ b/layouts/partials/breadcrumbs.html @@ -0,0 +1,18 @@ +{{- if (.Param "ShowBreadCrumbs")}} + +{{- end }}