Sha256: 7583f3538a9fac9239edbb6770446c5c00146202eb076a6ea16b6757e1a448b0

Contents?: true

Size: 726 Bytes

Versions: 3

Compression:

Stored size: 726 Bytes

Contents

  <aside class="pa3 ph4-m w-100 w-25-l">

    {% if page.sidebar.navigation %}
    <h3>{{ page.sidebar.title }}</h3>
      <ul class="pl0 list ttc">
      {% for link in site.data.theme.navigation[page.sidebar.navigation] %}
        {% if link.url contains 'http' %}
          {% assign domain = '' %}
        {% elsif link.url contains 'mailto' %}
          {% assign domain = '' %}
        {% else %}
          {% assign domain = site.url | append: site.baseurl %}
        {% endif %}
        <li><a href="{{ domain }}{{ link.url }}" class="f5 fw3 lh-copy link underline-hover" {% if link.url contains 'http' %}target="_blank"{% endif %}>{{ link.title }}</a></li>
        {% endfor %}
      </ul>
    {% endif %}

  </aside>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
minimal-jekyll-theme-0.2.1 _includes/sidebar.html
minimal-jekyll-theme-0.2.0 _includes/sidebar.html
minimal-jekyll-theme-0.1.4 _includes/sidebar.html