diff options
author | 2021-11-19 18:10:50 +0000 | |
---|---|---|
committer | 2021-11-19 18:10:50 +0000 | |
commit | 53cdd671bf0a3f3889c03495ba0c070f38ba89ee (patch) | |
tree | 572513606dd704717f578c10c27c75b011cb533c /examples/blog/src | |
parent | a9a14a1be712332e7a06e5212a2210293baa7ff8 (diff) | |
download | astro-53cdd671bf0a3f3889c03495ba0c070f38ba89ee.tar.gz astro-53cdd671bf0a3f3889c03495ba0c070f38ba89ee.tar.zst astro-53cdd671bf0a3f3889c03495ba0c070f38ba89ee.zip |
[ci] yarn format
Diffstat (limited to 'examples/blog/src')
-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}? |