Sha256: 6f186a7158634c2c12d9959b41a1d45bc3dc92e2ef7790df14f16da240b0e069

Contents?: true

Size: 708 Bytes

Versions: 6

Compression:

Stored size: 708 Bytes

Contents

{%- if page_paths -%}
  <nav class="navrail">
    <a class="navrail-button" href="/">
      <img
        class="navrail-icon"
        src="{{- "/assets/theme-assets/theme-icons/home2.svg" | 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

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-handwritten-4.3.5 _includes/navrail.html
jekyll-theme-handwritten-4.3.4 _includes/navrail.html
jekyll-theme-handwritten-4.3.2 _includes/navrail.html
jekyll-theme-handwritten-4.3.1 _includes/navrail.html
jekyll-theme-handwritten-4.3.0 _includes/navrail.html
jekyll-theme-handwritten-4.2.0 _includes/navrail.html