{% comment %} The code below dynamically generates a sidebar nav of pages with `layout: page` in the front-matter. See readme for usage. {% endcomment %} {% for link in site.links %} {% if link.separator %}
{% elsif link.external %} {{ link.title }} {% else %} {{ link.title }} {% endif %} {% endfor %}