diff options
author | 2021-11-19 12:17:07 -0500 | |
---|---|---|
committer | 2021-11-19 12:17:07 -0500 | |
commit | f76e029a788ea571f5393e3714d1bdef3f28758c (patch) | |
tree | 1fb530b16d487c1f4752564ef9f4a73b585f8bd0 | |
parent | bb90ff60c8e9f1a4ebec4247a431772d2722b141 (diff) | |
download | astro-f76e029a788ea571f5393e3714d1bdef3f28758c.tar.gz astro-f76e029a788ea571f5393e3714d1bdef3f28758c.tar.zst astro-f76e029a788ea571f5393e3714d1bdef3f28758c.zip |
Fix blog example (#1910)
Diffstat (limited to '')
-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 40d329e3a..949dfb866 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}? |