Sha256: aafd6b33e2740d39a358daf46856afe982663f27ac03b19fc842827ac7d82be9

Contents?: true

Size: 731 Bytes

Versions: 5

Compression:

Stored size: 731 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

5 entries across 5 versions & 2 rubygems

Version Path
jekyll-theme-doodle-4.5.0 _includes/navrail.html
jekyll-theme-doodle-4.4.2 _includes/navrail.html
jekyll-theme-doodle-4.4.1 _includes/navrail.html
jekyll-theme-doodle-4.4.0 _includes/navrail.html
jekyll-theme-handwritten-4.3.6 _includes/navrail.html