Skip to content

Commit

Permalink
Fix #259
Browse files Browse the repository at this point in the history
# Conflicts:
#	_layouts/projects.html
#	_layouts/welcome.html
  • Loading branch information
qwtel committed Feb 11, 2021
1 parent 1b6eeac commit 2b5cfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/body/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</li>
{% endfor %}
{% else %}
{% assign pages = site.pages | where: "menu", true %}
{% assign pages = site.html_pages | where: "menu", true %}
{% assign documents = site.documents | where: "menu", true %}
{% assign nodes = pages | concat: documents | sort: "order" %}

Expand Down

0 comments on commit 2b5cfd2

Please sign in to comment.