Skip to content

Commit de60c5f

Browse files
committed
Show latest post first on index page
1 parent e762352 commit de60c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2>This Month in Rust OSDev</h2>
1010
{% set section = get_section(path = "this-month/_index.md") %}
1111
<p>{{ section.description }}</p>
1212
<ul>
13-
{% for page in section.pages | reverse %}
13+
{% for page in section.pages %}
1414
<li><a href="/{{ page.path | safe }}">{{ page.extra.month }}</a></li>
1515
{% endfor %}
1616
</ul>

0 commit comments

Comments
 (0)