show breadcrumb nav also on list pages

- specifically section pages
- should not display on home(index)
This commit is contained in:
Aditya Telange 2021-02-08 20:30:34 +05:30
parent 43ddff0fde
commit 37afb5f13e
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -6,6 +6,7 @@
{{- if not .IsHome | and .Title }}
<header class="page-header">
{{- partial "breadcrumbs.html" . }}
<h1>{{ .Title }}</h1>
{{- if .Description }}
<div class="post-description">