Sha256: d9b1743fbe00290d1c345685071ac4ecd1b007200e8249f9b9baac027f201549

Contents?: true

Size: 625 Bytes

Versions: 8

Compression:

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

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-doodle-5.1.7 _includes/navrail.html
jekyll-theme-doodle-5.1.6 _includes/navrail.html
jekyll-theme-doodle-5.1.5 _includes/navrail.html
jekyll-theme-doodle-5.1.3 _includes/navrail.html
jekyll-theme-doodle-5.1.2 _includes/navrail.html
jekyll-theme-doodle-5.1.1 _includes/navrail.html
jekyll-theme-doodle-5.1.0 _includes/navrail.html
jekyll-theme-doodle-5.0.0 _includes/navrail.html