Sha256: 6cc299ac4e9f0212992434c36c75355f5748e42921e676332c1ca2dfbe15cd13

Contents?: true

Size: 521 Bytes

Versions: 33

Compression:

Stored size: 521 Bytes

Contents

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

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

{% assign active_nested = false %}

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
jekyll-theme-open-project-1.1.18 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.17 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.16 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.15 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.13 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.12 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.11 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.10 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.9 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.8 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.7 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.6 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.5 _includes/nav-page-link.html