blob: 1c6fb6f3c13025dda867212796adc13090afeefb [file] [log] [blame]
<ul class="sub-list list">
{% for wf in site.data.helper_libs %}
{% assign wf_url = wf.url | prepend:"/user-ale/helper_libs/" | append:"/" %}
{% if wf_url == page.url %}
{% assign c = "active" %}
{% else %}
{% assign c = "" %}
{% endif %}
<li class="{{ c }}"><a href="{{ wf_url }}">{{ wf.title }}</a></li>
{% endfor %}
</ul>