Sha256: 7592a4355de5a6a72c435ced83ac8872d4a8f82b490e12dc22dd48c824b59b7a
Contents?: true
Size: 640 Bytes
Versions: 2
Compression:
Stored size: 640 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' or '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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
minimal-jekyll-theme-0.1.3 | _includes/sidebar.html |
minimal-jekyll-theme-0.1.2 | _includes/sidebar.html |