forked from M-Labs/web2019
fix top element color
This commit is contained in:
parent
49488577f8
commit
9bcda6af08
|
@ -71,8 +71,8 @@
|
|||
{% for section in section.subsections %}
|
||||
|
||||
{% set subsection = get_section(path=section) %}
|
||||
{% set root_current_path = current_path | split(pat='/') | first %}
|
||||
{% set root_section_path = subsection.path | split(pat='/') | first %}
|
||||
{% set root_current_path = current_path | trim_start_matches(pat='/') | split(pat='/') | first %}
|
||||
{% set root_section_path = subsection.path | trim_start_matches(pat='/') | split(pat='/') | first %}
|
||||
|
||||
{% if subsection.pages|length > 0 and subsection.title != 'Other' %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue