We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b97eb commit 782f678Copy full SHA for 782f678
11ty-source/blog.liquid
@@ -6,7 +6,7 @@ layout: blog-layout
6
<div class="container">
7
<div class="row">
8
9
- {%- for blog in collections.blogpost -%}
+ {%- for blog in collections.blogpost reversed -%}
10
11
<a href="{{blog.url}}" property="dc:title">
12
<h3>{{ blog.data.title }}</h3>
0 commit comments