docs/allpagelinks.md

10 lines
220 B
Markdown

---
title: All Page Links
hide_from_sitemap: true
---
{% assign sorted_pages = site.pages | sort:"path" %}
{% for thispage in sorted_pages %}
- [{{thispage.path}}]({{thispage.path}}) - {{ thispage.title }}
{% endfor %}