Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 245 Bytes

File metadata and controls

7 lines (6 loc) · 245 Bytes
layout page
title Help

{% assign pages_list = site.pages %}{% for node in pages_list %}{% if node.title != null %}{% if node.layout == "help" %}- [{{ node.title }}]({{ site.baseurl }}{{ node.url }}) {% endif %}{% endif %}{% endfor %}