Sha256: e82cd35329f0729dec6e18783b698e9e6e4d966db4a12f1006c05db58d3057e4
Contents?: true
Size: 376 Bytes
Versions: 5
Compression:
Stored size: 376 Bytes
Contents
{%- for path in page_paths -%} {%- assign my_page = site.pages | where: "path", path | first -%} {%- if my_page.title -%} <li><a class="page-link" href="{{ my_page.url | relative_url }}"> {%- if my_page.icon -%} <i class="material-icons left">{{ my_page.icon }}</i> {%- endif -%} {{ my_page.title | escape }} </a></li> {%- endif -%} {%- endfor -%}
Version data entries
5 entries across 5 versions & 1 rubygems