{% for page in site.pages %} {% if page.navbar %} <a href=“{{ page.url }}”>{{ page.title }}</a> {% endif %} {% endfor %}