Skip to content

Commit a160155

Browse files
committed
navbar: reverse-sort pages
This puts the 2015 pages first. We may want to just do this manually, though.
1 parent 4de2cfc commit a160155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/navbar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ul>
33
<li><a href="/">Home</a>
44
<li><a href="about.html">About</a>
5-
{% for node in site.pages %}
5+
{% for node in site.pages reversed %}
66
{% if node.navbar != false %}
77
<li><a href="{{node.url}}">{{node.title}}</a>
88
{% endif %}

0 commit comments

Comments
 (0)