Sha256: cbdec22f00ebee9de03d21291ef6f1cd7a84ed499b3616b8ff3387614ebdb53c

Contents?: true

Size: 733 Bytes

Versions: 25

Compression:

Stored size: 733 Bytes

Contents

{% if include.active_for_nested %}
  {% assign first_component_of_current_url = page.url | split: '/' | slice: 0, 2 | join: '/' | append: '/' %}
  {% assign first_component_of_link_url = include.url | split: '/' | slice: 0, 2 | join: '/' | append: '/' %}
  {% if first_component_of_current_url == first_component_of_link_url %}
    {% assign active_nested = true %}
  {% else %}
    {% assign active_nested = false %}
  {% endif %}
{% endif %}

{% if active_nested or page.url == include.url %}
  <a class="active {{ include.htmlclass }}" href="{{ include.url }}">{{ include.title }}</a>
{% else %}
  <a class="{{ include.htmlclass }}" href="{{ include.url }}">{{ include.title }}</a>
{% endif %}

{% assign active_nested = false %}

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
jekyll-theme-open-project-2.1.14 _includes/nav-page-link.html
jekyll-theme-open-project-2.1.13 _includes/nav-page-link.html
jekyll-theme-open-project-2.1.12 _includes/nav-page-link.html
jekyll-theme-open-project-2.1.11 _includes/nav-page-link.html
jekyll-theme-open-project-2.1.10 _includes/nav-page-link.html
jekyll-theme-open-project-2.1.9 _includes/nav-page-link.html
jekyll-theme-open-project-2.1.8 _includes/nav-page-link.html
jekyll-theme-open-project-2.1.7 _includes/nav-page-link.html
jekyll-theme-open-project-2.1.6 _includes/nav-page-link.html
jekyll-theme-open-project-2.1.5 _includes/nav-page-link.html
jekyll-theme-open-project-2.1.4 _includes/nav-page-link.html
jekyll-theme-open-project-2.1.3 _includes/nav-page-link.html
jekyll-theme-open-project-2.1.1 _includes/nav-page-link.html
jekyll-theme-open-project-2.1.0 _includes/nav-page-link.html
jekyll-theme-open-project-2.0.22 _includes/nav-page-link.html
jekyll-theme-open-project-2.0.21 _includes/nav-page-link.html
jekyll-theme-open-project-2.0.20 _includes/nav-page-link.html
jekyll-theme-open-project-2.0.19 _includes/nav-page-link.html
jekyll-theme-open-project-2.0.18 _includes/nav-page-link.html
jekyll-theme-open-project-2.0.17 _includes/nav-page-link.html