mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
show breadcrumb nav also on list pages
- specifically section pages - should not display on home(index)
This commit is contained in:
parent
43ddff0fde
commit
37afb5f13e
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user