We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wanted to display color bar under now-menu. But if now-page is not main page, color bar did not displayed.
So I resolved this problem with code below.
(Changing layout/partial/nav.jade) (From) - var act = !re.test(value) && "/"+page.current_url === value (To) - var act = !re.test(value) && ("/"+String(page.path).substring(0,String(page.path).indexOf("/")) == value)
Is this problem is intended?
The text was updated successfully, but these errors were encountered:
No, it's really a known bug I don't have time to solve. Please feel free to submit a pull request. :)
Sorry, something went wrong.
I'll add many functions and fix several bugs until July, After complete whole task, I'll make a pull request XD
No branches or pull requests
I wanted to display color bar under now-menu.
But if now-page is not main page, color bar did not displayed.
So I resolved this problem with code below.
Is this problem is intended?
The text was updated successfully, but these errors were encountered: