Fix section highlighting #3
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
|||
data-nav-id="{{.Permalink}}"
|
||||
title="{{.Title}}"
|
||||
class="sidelist
|
||||
{{if eq $fileUniqueID $currentNodeFileUniqueID}}active{{end}}"
|
||||
{{if (or (eq $fileUniqueID $currentNodeFileUniqueID) (eq $currentNode.Type .Page.Title))}}active{{end}}"
|
||||
>
|
||||
<a href="{{.Permalink}}">
|
||||
{{ safeHTML .Params.Pre }}
|
||||
|
|
Loading…
Reference in a new issue