Sha256: 6f0e94184cb1f69a57bbbe974d9735fa893e81befd4bc22ebd422f835ff3910e

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

{% comment %} NAVBAR {% endcomment %}
<nav>
    {% for item in site.data.navigation %}
        <a href="{{ item.link }}" {% if page.url == item.link %}style="color: red;"{% endif %}>{{ item.name }}</a>
    {% endfor %}
</nav>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redeyed-jekyll-theme-0.1.0 _includes/navbar.html