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