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-0.3.9 _includes/header.html
blackandpink-0.1.2 _includes/header.html
blackandpink-0.1.1 _includes/header.html
blackandpink-0.1.0 _includes/header.html
jekyll-theme-console-0.3.8 _includes/header.html
jekyll-theme-console-0.3.7 _includes/header.html
jekyll-theme-console-0.3.6 _includes/header.html
jekyll-theme-console-0.3.5 _includes/header.html
jekyll-theme-console-0.3.4 _includes/header.html
jekyll-theme-console-0.3.3 _includes/header.html
jekyll-theme-console-0.3.2 _includes/header.html
jekyll-theme-console-0.3.1 _includes/header.html
jekyll-theme-console-0.3.0 _includes/header.html
jekyll-theme-console-0.2.8 _includes/header.html
jekyll-theme-console-0.2.7 _includes/header.html
jekyll-theme-console-0.2.6 _includes/header.html
jekyll-theme-console-0.2.5 _includes/header.html
jekyll-theme-console-0.2.4 _includes/header.html
jekyll-theme-console-0.2.3 _includes/header.html
jekyll-theme-console-0.2.2 _includes/header.html