Sha256: 4a608aeea8c679abb3084136e1934abffafebcf072238310597ff02c01effb62
Contents?: true
Size: 715 Bytes
Versions: 2
Compression:
Stored size: 715 Bytes
Contents
{% if site.function_type == 'default' or site.function_type == empty %} <nav class="main-nav"> {% assign navigation_pages = site.html_pages | sort: 'weight' %} {% for p in navigation_pages | uniq %} {% if p.weight %} {% if p.url == page.url %} <a type="button" href="" class="sidebar-nav-item btn btn-outline-success disabled" style="font-size: {{ site.custom_theme.nav.font_size.nav }};">{{ p.title }}</a> {% else %} <a type="button" href="{{ p.url | prepend: site.baseurl }}" class="sidebar-nav-item btn btn-primary active" style="font-size: {{ site.custom_theme.nav.font_size.nav }};">{{ p.title }}</a> {% endif %} {% endif %} {% endfor %} </nav> {% endif %}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
casjaysdev-jekyll-theme-0.2.6 | _includes/nav/top.html |
casjaysdev-jekyll-theme-0.2.5 | _includes/nav/top.html |