mirror of https://github.com/docker/docs.git
Updates allpagelinks.md to use full paths (#1143)
This commit is contained in:
parent
50d3263d2d
commit
3fff4472e6
|
@ -3,7 +3,7 @@ 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 }}
|
||||
{% assign pages = site.pages | sort:"path" %}
|
||||
{% for page in pages %}
|
||||
- [{{page.url}}]({{page.url}}) - {{ page.title }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue