From f0d45fe81f0c350dd2805bc0a7543fbd5f3beced Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 23 Mar 2021 22:58:01 +0100 Subject: Added breadcrumbs in the Docs section and display tags list in blog posts --- layouts/partials/breadcrumbs.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 layouts/partials/breadcrumbs.html (limited to 'layouts/partials/breadcrumbs.html') diff --git a/layouts/partials/breadcrumbs.html b/layouts/partials/breadcrumbs.html new file mode 100644 index 0000000..814ec26 --- /dev/null +++ b/layouts/partials/breadcrumbs.html @@ -0,0 +1,13 @@ +
+{{ if ne .Parent nil }}
+{{ if ne .Parent.Parent nil }}
+{{ if ne .Parent.Parent.Parent nil }}
+{{ .Parent.Parent.Parent.Title }} >
+{{ end }}
+{{ .Parent.Parent.Title }} >
+{{ end }}
+{{ .Parent.Title }} >
+{{ end }}
+{{ .Title }}
+{{ .Description }}
+