getting this on GH

This commit is contained in:
Patrick Marsceill
2017-11-08 11:23:05 -05:00
parent bdd5d105e1
commit be0d00cb2a
8 changed files with 55 additions and 14 deletions

View File

@@ -25,9 +25,9 @@
<div class="js-search-results search-results-wrap"></div>
</div>
{% if site.aux_links != nil %}
<ul class="list-style-none text-small">
<ul class="list-style-none text-small mt-2 js-aux-nav aux-nav">
{% for link in site.aux_links %}
<li class="d-inline-block{% unless forloop.last %} mr-2{% endunless %}"><a href="{{ link.last }}">{{ link.first }}</a></li>
<li class="d-inline-block my-0{% unless forloop.last %} mr-2{% endunless %}"><a href="{{ link.last }}">{{ link.first }}</a></li>
{% endfor %}
</ul>
{% endif %}