We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e762352 commit de60c5fCopy full SHA for de60c5f
templates/index.html
@@ -10,7 +10,7 @@ <h2>This Month in Rust OSDev</h2>
10
{% set section = get_section(path = "this-month/_index.md") %}
11
<p>{{ section.description }}</p>
12
<ul>
13
- {% for page in section.pages | reverse %}
+ {% for page in section.pages %}
14
<li><a href="/{{ page.path | safe }}">{{ page.extra.month }}</a></li>
15
{% endfor %}
16
</ul>
0 commit comments