Sha256: 2c20756143b962a0a8be502ac1105ad45c847f21fc51ad7a636d60918b2203d0

Contents?: true

Size: 337 Bytes

Versions: 2

Compression:

Stored size: 337 Bytes

Contents

<h2 class="title">{{ site.title }}</h2>
<nav>
    <a href="/">Home</a> 
    <a href="{{ site.Blog }}">Blog</a>

    {% for link in site.links %}
        <a href="{{ link[1] }}">{{ link[0] }}</a>
    {% endfor %}
    
    {% for link in site.special_links %}
            <a href="{{ link[1] }}">[{{ link[0] }}]</a>
    {% endfor %}
</nav>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-bear-theme-0.1.2 _includes/header.html
jekyll-bear-theme-0.1.1 _includes/header.html