Sha256: 5353b871bfdc53f6e679ed7c0784211ddb5e65db2ee79723ad289d5b033f54a3

Contents?: true

Size: 725 Bytes

Versions: 5

Compression:

Stored size: 725 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 & 1 rubygems

Version Path
jekyll-theme-doodle-5.2.2 _includes/navrail.html
jekyll-theme-doodle-5.2.1 _includes/navrail.html
jekyll-theme-doodle-5.2.0 _includes/navrail.html
jekyll-theme-doodle-5.1.9 _includes/navrail.html
jekyll-theme-doodle-5.1.8 _includes/navrail.html