Sha256: b05996cce9005ede351330b75d121531ff1f86058cc619c911c177963398e931

Contents?: true

Size: 487 Bytes

Versions: 24

Compression:

Stored size: 487 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 %}
  <span>{{ include.title }}</span>
{% else %}
  <a href="{{ include.url }}">{{ include.title }}</a>
{% endif %}

{% assign active_nested = false %}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
jekyll-theme-open-project-1.1.4 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.3 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.2 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.1 _includes/nav-page-link.html
jekyll-theme-open-project-1.1.0 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.10 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.9 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.8 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.7 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.6 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.5 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.4 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.3 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.2 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.0.rc5 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.0.rc4 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.0.rc3 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.0.rc2 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.0.rc1 _includes/nav-page-link.html
jekyll-theme-open-project-1.0.0.pre5 _includes/nav-page-link.html