summaryrefslogtreecommitdiff
path: root/examples/blog/src
diff options
context:
space:
mode:
authorGravatar zsombok <zsombokd@gmail.com> 2024-02-21 08:42:43 +0100
committerGravatar GitHub <noreply@github.com> 2024-02-21 07:42:43 +0000
commit9001d063aeb19677ba556c2890e4b8b9513fd6de (patch)
treefe800bcc5d8e1f3514251357397b8745f44c41ed /examples/blog/src
parenta46249173edde66b03c19441144272baa8394fb4 (diff)
downloadastro-9001d063aeb19677ba556c2890e4b8b9513fd6de.tar.gz
astro-9001d063aeb19677ba556c2890e4b8b9513fd6de.tar.zst
astro-9001d063aeb19677ba556c2890e4b8b9513fd6de.zip
Fix blog ordering (#10168)
Co-authored-by: David Zsombok <david.zsombok@baxter-it.com>
Diffstat (limited to 'examples/blog/src')
-rw-r--r--examples/blog/src/content/blog/second-post.md2
-rw-r--r--examples/blog/src/content/blog/third-post.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/src/content/blog/second-post.md b/examples/blog/src/content/blog/second-post.md
index 19a910598..f47e0937e 100644
--- a/examples/blog/src/content/blog/second-post.md
+++ b/examples/blog/src/content/blog/second-post.md
@@ -1,7 +1,7 @@
---
title: 'Second post'
description: 'Lorem ipsum dolor sit amet'
-pubDate: 'Jul 22 2022'
+pubDate: 'Jul 15 2022'
heroImage: '/blog-placeholder-4.jpg'
---
diff --git a/examples/blog/src/content/blog/third-post.md b/examples/blog/src/content/blog/third-post.md
index 463cd253d..af82f0eff 100644
--- a/examples/blog/src/content/blog/third-post.md
+++ b/examples/blog/src/content/blog/third-post.md
@@ -1,7 +1,7 @@
---
title: 'Third post'
description: 'Lorem ipsum dolor sit amet'
-pubDate: 'Jul 15 2022'
+pubDate: 'Jul 22 2022'
heroImage: '/blog-placeholder-2.jpg'
---