aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2021-11-19 12:17:07 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-19 12:17:07 -0500
commitf76e029a788ea571f5393e3714d1bdef3f28758c (patch)
tree1fb530b16d487c1f4752564ef9f4a73b585f8bd0
parentbb90ff60c8e9f1a4ebec4247a431772d2722b141 (diff)
downloadastro-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.md2
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}?