Sha256: 60e55cdc5a642d94bd7e81488741e6680c354f99e79dd4e7330e6a0d992747e0

Contents?: true

Size: 264 Bytes

Versions: 3

Compression:

Stored size: 264 Bytes

Contents

Site Links:<br />
{% assign navigation_pages = site.html_pages | sort: 'weight' %}
{% for p in navigation_pages | uniq %}
{% if p.weight %}
<ul>
  <li>
    <a href="{{ p.url | prepend: site.baseurl }}">{{ p.title }}</a>
  </li>
</ul>
{% endif %}
{% endfor %}
<br>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
casjaysdev-jekyll-theme-0.1.7 _includes/nav/internal.html
casjaysdev-jekyll-theme-0.1.6 _includes/nav/internal.html
casjaysdev-jekyll-theme-0.1.4 _includes/nav/internal.html