Skip to content

Commit 782f678

Browse files
committed
fixed sorting of blog
1 parent 94b97eb commit 782f678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11ty-source/blog.liquid

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: blog-layout
66
<div class="container">
77
<div class="row">
88

9-
{%- for blog in collections.blogpost -%}
9+
{%- for blog in collections.blogpost reversed -%}
1010

1111
<a href="{{blog.url}}" property="dc:title">
1212
<h3>{{ blog.data.title }}</h3>

0 commit comments

Comments
 (0)