fix missing root breadcrumb on history pages
This commit is contained in:
parent
11a11a5725
commit
d68855a73f
3 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<section class="page-header">
|
||||
<ol class="breadcrumbs">
|
||||
{{#if (ne page.tree_path 'index')}}
|
||||
{{#if (or (ne page.tree_path 'index') page.is_history)}}
|
||||
<li class="root-breadcrumb">
|
||||
<a href="{{ config.site }}/">
|
||||
{{{ include_static 'svg/object/logo.svg' }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue