Skip to content

Commit

Permalink
Updates allpagelinks.md to use full paths (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofnfernandes authored and johndmulhausen committed Jan 17, 2017
1 parent 50d3263 commit 3fff447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions allpagelinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 3fff447

Please sign in to comment.