Sha256: 1e6def1f0c69ef40fb37d045ad5f267a8440c010cd90c195bfaa449343dcf85d

Contents?: true

Size: 392 Bytes

Versions: 2

Compression:

Stored size: 392 Bytes

Contents

<div>
  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 }}" style="font-size: {{ site.custom_theme.nav.font_size.nav }};">{{ p.title }}</a>
        </li>
      </ul>
    {% endif %} 
  {% endfor %}
  <br />
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
casjaysdev-jekyll-theme-0.2.6 _includes/nav/internal.html
casjaysdev-jekyll-theme-0.2.5 _includes/nav/internal.html