Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 195 Bytes

File metadata and controls

11 lines (10 loc) · 195 Bytes
layout page
title All pages
no_index true

{% for page in site.pages %} {% if page.title and page.no_index != true %}

  • [{{ page.title }}]({{ page.url }}) {% endif %} {% endfor %}