diff options
author | 2021-11-19 17:36:30 +0000 | |
---|---|---|
committer | 2021-11-19 17:36:30 +0000 | |
commit | bf1c1b72cf1fb0a36825e2fa550cc78cf2594021 (patch) | |
tree | 007fb99d048b6c2b1792ba3dc45a8ea95f647ce6 /examples/blog/src | |
parent | 0d437e11a70e55c2d7ad630ef7b0fcd3ae170fc5 (diff) | |
download | astro-bf1c1b72cf1fb0a36825e2fa550cc78cf2594021.tar.gz astro-bf1c1b72cf1fb0a36825e2fa550cc78cf2594021.tar.zst astro-bf1c1b72cf1fb0a36825e2fa550cc78cf2594021.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}? |