Sha256: a86cecc2deae4783b8258ddde7a476b2409d96b070a3ece9d3a875c8ce67ff87

Contents?: true

Size: 419 Bytes

Versions: 44

Compression:

Stored size: 419 Bytes

Contents

{%- assign page_paths = site.header_pages | default: default_paths -%}
<header>
  <div class="menu">
    <ul>
      {%- for path in page_paths -%}
        {%- assign my_page = site.pages | where: "path", path | first -%}
        {%- if my_page.title -%}
        <li><a href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a></li>
        {%- endif -%}
      {%- endfor -%}
    </ul>
  </div>
</header>

Version data entries

44 entries across 44 versions & 3 rubygems

Version Path
jekyll-theme-console-ext-2.4 _includes/header.html
jekyll-theme-console-ext-2.3 _includes/header.html
jekyll-theme-console-ext-2.2 _includes/header.html
jekyll-theme-console-ext-2.1 _includes/header.html
jekyll-theme-console-ext-1.16 _includes/header.html
jekyll-theme-console-ext-1.15 _includes/header.html
jekyll-theme-console-ext-1.14 _includes/header.html
jekyll-theme-console-ext-1.13 _includes/header.html
jekyll-theme-console-ext-1.12 _includes/header.html
jekyll-theme-console-ext-1.11 _includes/header.html
jekyll-theme-console-0.4.0 _includes/header.html
jekyll-theme-console-ext-1.1 _includes/header.html
jekyll-theme-console-ext-1.0 _includes/header.html
jekyll-theme-console-ext-0.2.4 _includes/header.html
jekyll-theme-console-ext-0.2.3 _includes/header.html
jekyll-theme-console-ext-0.2.2 _includes/header.html
jekyll-theme-console-ext-0.1 _includes/header.html
jekyll-theme-console-0.3.12 _includes/header.html
jekyll-theme-console-0.3.11 _includes/header.html
jekyll-theme-console-0.3.10 _includes/header.html