summaryrefslogtreecommitdiff
path: root/examples/blog/src/pages/blog.astro
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2022-08-13 07:12:04 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-08-13 07:12:04 +0000
commit485742dc0dd18b6b6bef6be969b900265cac7eaa (patch)
treec6b2d80acd9daf7d394677debd1eaca31ca6f96f /examples/blog/src/pages/blog.astro
parent73f367c77b8311707b1c142e03dd53952f14d934 (diff)
downloadastro-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.astro1
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>