summaryrefslogtreecommitdiffstats
path: root/docs/_includes/reference-plugins-validation.html
blob: c3d8b99f35a40ee0d9d8f6ddd82446e3fd3b0a45 (plain)
1
2
3
4
5
6
7
<ul>
    {% for item in site.data.reference.docs %}
      {% assign z = '/win-acme' | append:  page.url %}
      {% assign x = item.url | append: '.html' %}
      <li><a href="{{ item.url }}" {% if z == x %}style="color: #e83e8c;" {% endif %}>{{ item.title }}</a></li>
   {% endfor %}
</ul>