Sha256: c8b5b763ef6c695197024a8df84aeea2517b59a742716bd6407af0ea07af2111

Contents?: true

Size: 581 Bytes

Versions: 7

Compression:

Stored size: 581 Bytes

Contents

{%- if page_paths -%}
<nav class="navrail">
  <a class="navrail-button" href="/">
    <img class="navrail-icon" src="{{- site.home_icon | relative_url -}}" />
    Home</a
  >

  {%- for path in page_paths -%} {%- assign my_page = site.pages | where:
  'path', path | first -%} {%- if my_page.title -%}
  <a class="navrail-button" href="{{ my_page.url | relative_url }}">
    {%- if my_page.title -%}
    <img class="navrail-icon" src="{{- my_page.icon | relative_url -}}" />
    {%- endif -%} {{ my_page.title | escape }}
  </a>
  {%- endif -%} {%- endfor -%}
</nav>
{%- endif -%}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
jekyll-theme-handwritten-4.0.1 _includes/navrail.html
dark-blog-theme-4.0.1 _includes/navrail.html
dark-blog-theme-4.0.0 _includes/navrail.html
dark-blog-theme-3.9.4 _includes/navrail.html
dark-blog-theme-3.9.3 _includes/navrail.html
dark-blog-theme-3.9.2 _includes/navrail.html
dark-blog-theme-3.9.1 _includes/navrail.html