diff options
author | 2021-11-19 17:18:04 +0000 | |
---|---|---|
committer | 2021-11-19 17:18:04 +0000 | |
commit | 4032e212ce60d4d5d85adfd312ebd1190d6a0fd0 (patch) | |
tree | f84ed169bb6fdf3ee6bc1877c08b1213859efc57 | |
parent | f76e029a788ea571f5393e3714d1bdef3f28758c (diff) | |
download | astro-4032e212ce60d4d5d85adfd312ebd1190d6a0fd0.tar.gz astro-4032e212ce60d4d5d85adfd312ebd1190d6a0fd0.tar.zst astro-4032e212ce60d4d5d85adfd312ebd1190d6a0fd0.zip |
[ci] yarn format
-rw-r--r-- | examples/blog/src/pages/posts/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/src/pages/posts/index.md b/examples/blog/src/pages/posts/index.md index 949dfb866..40d329e3a 100644 --- a/examples/blog/src/pages/posts/index.md +++ b/examples/blog/src/pages/posts/index.md @@ -13,4 +13,4 @@ description: Just a Hello World Post! This is so cool! -Do variables work {frontmatter.value * 2}? +Do variables work {frontmatter.value \* 2}? |