Sha256: 3ced8db3def28e72cacb35126558f0f4f85f62960ef09a6f97b5aa4ca5f0b2ba

Contents?: true

Size: 1.49 KB

Versions: 10

Compression:

Stored size: 1.49 KB

Contents

{% assign contact_link = "mailto:" | append: site.contact_email %}

{% if site.algolia_search %}
  <div class="search-widget">
    <input type="search" id="siteSearchInput" placeholder="Type to search…">
  </div>
{% endif %}

{% if site.is_hub %}
  {% include nav-page-link.html url="/projects/" title="Projects" %}

  {% if site.num_all_software > 0 %}
    {% include nav-page-link.html url="/software/" title="All Software" active_for_nested=true %}
  {% endif %}
  {% if site.num_all_specs > 0 %}
    {% include nav-page-link.html url="/specs/" title="All Specifications" active_for_nested=true %}
  {% endif %}
  {% if site.num_posts_combined > 0 %}
    {% include nav-page-link.html url="/blog/" title="Blog" active_for_nested=true %}
  {% endif %}

{% else %}

  {% if site.one_software %}
    {% include nav-page-link.html url=site.one_software.url title="Docs" active_for_nested=true %}
  {% else %}
    {% if site.num_all_software > 0 %}
      {% include nav-page-link.html url="/software/" title="Software" active_for_nested=true %}
    {% endif %}
  {% endif %}

  {% if site.num_all_specs > 0 %}
    {% include nav-page-link.html url="/specs/" title="Specifications" active_for_nested=true %}
  {% endif %}

  {% include project-nav.html %}

  {% if site.num_posts_combined > 0 %}
    {% include nav-page-link.html url="/blog/" title="Blog" active_for_nested=true %}
  {% endif %}
{% endif %}

{% if site.algolia_search %}
  <a href="javascript: void 0;" class="search"><i class="fas fa-search"></i></a>
{% endif %}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jekyll-theme-open-project-2.0.11 _includes/nav-links.html
jekyll-theme-open-project-2.0.10 _includes/nav-links.html
jekyll-theme-open-project-2.0.9 _includes/nav-links.html
jekyll-theme-open-project-2.0.7 _includes/nav-links.html
jekyll-theme-open-project-2.0.6 _includes/nav-links.html
jekyll-theme-open-project-2.0.4 _includes/nav-links.html
jekyll-theme-open-project-2.0.3 _includes/nav-links.html
jekyll-theme-open-project-2.0.2 _includes/nav-links.html
jekyll-theme-open-project-2.0.1 _includes/nav-links.html
jekyll-theme-open-project-2.0 _includes/nav-links.html