diff options
author | 2022-08-13 07:12:04 +0000 | |
---|---|---|
committer | 2022-08-13 07:12:04 +0000 | |
commit | 485742dc0dd18b6b6bef6be969b900265cac7eaa (patch) | |
tree | c6b2d80acd9daf7d394677debd1eaca31ca6f96f /examples/blog/src/pages/blog.astro | |
parent | 73f367c77b8311707b1c142e03dd53952f14d934 (diff) | |
download | astro-485742dc0dd18b6b6bef6be969b900265cac7eaa.tar.gz astro-485742dc0dd18b6b6bef6be969b900265cac7eaa.tar.zst astro-485742dc0dd18b6b6bef6be969b900265cac7eaa.zip |
[ci] format
Diffstat (limited to 'examples/blog/src/pages/blog.astro')
-rw-r--r-- | examples/blog/src/pages/blog.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/blog/src/pages/blog.astro b/examples/blog/src/pages/blog.astro index ffc339e67..1ba45a36c 100644 --- a/examples/blog/src/pages/blog.astro +++ b/examples/blog/src/pages/blog.astro @@ -10,6 +10,7 @@ const posts = (await Astro.glob('./blog/*.{md,mdx}')).sort( new Date(b.frontmatter.publishDate).valueOf() - new Date(a.frontmatter.publishDate).valueOf() ); --- + <!DOCTYPE html> <html lang="en-us"> <head> |