Skip to content
New issue

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

Simplify navigation handling #86

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 2, 2015

  1. Configuration menu
    Copy the full SHA
    caa1edf View commit details
    Browse the repository at this point in the history
  2. dedup navigations template

    srenatus committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    cf7ef53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b71aa5e View commit details
    Browse the repository at this point in the history
  4. Fix nav link "active" recognition

    Before, 'Start' would never get class="active", because the comparison
    between "/" (`link.url`) and "/index.html" (`page.url_no_language`)
    would fail. Now, "index.html" is stripped from `page.url_no_language`.
    srenatus committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    9c07c80 View commit details
    Browse the repository at this point in the history