diff options
author | 2021-10-29 19:31:54 +0000 | |
---|---|---|
committer | 2021-10-29 19:31:54 +0000 | |
commit | 93489946ccd59c27d85cc9fa3a255edf6efeb861 (patch) | |
tree | 23b08860577f39d2fa2c29b52e6d42cfdd5d1bf6 /examples/blog/src/pages/posts/index.md | |
parent | d84bfe719a546ad855640338d5ed49ad3aa4ccb4 (diff) | |
download | astro-93489946ccd59c27d85cc9fa3a255edf6efeb861.tar.gz astro-93489946ccd59c27d85cc9fa3a255edf6efeb861.tar.zst astro-93489946ccd59c27d85cc9fa3a255edf6efeb861.zip |
[ci] yarn format
Diffstat (limited to 'examples/blog/src/pages/posts/index.md')
-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}? |