Fix top menu text color #53

Merged
sb10q merged 1 commits from occheung/web2019:fix-nav-bar into master 2021-06-02 15:11:15 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -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' %}