Commit f5e1631
Changed files (2)
src
content
posts
src/content/posts/manual.md
@@ -1,7 +1,7 @@
---
title: Maunal
slug: '12345678'
-published: 2025-01-16 22:01:22
+published: 2025-01-16T22:01:22+08:00
category: Guide
tags:
- guide
@@ -16,7 +16,7 @@ This blog template is built with [Astro](https://astro.build). For the things th
---
title: Article Title
slug: post-entry
-published: 1970-01-01T00:00:00.000Z
+published: 1970-01-01T00:00:00Z
description: Article Description
category: Lorem
tags: [Foo, Bar]
src/content/posts/markdown.md
@@ -3,7 +3,10 @@ title: Markdown Example
description: A simple example of a Markdown blog post.
category: Example
slug: '19981207'
-published: 2021-07-09 12:00:00
+published: 2025-01-01T12:00:00+08:00
+tags:
+ - markdown
+ - example
---
Here is an example of a Markdown blog post.