summaryrefslogtreecommitdiff
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)
-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}?
-beta.1&id=12f65a4d55e3fd2993c2f67b18794dd536280c69&follow=1'>fix shiki css class replace logic in md and mdx integrations (#5837)Gravatar Giuseppe La Torre 3-3/+9 2023-01-11[ci] formatGravatar matthewp 2-2/+2 2023-01-11Simplify HMR handling (#5811)Gravatar Bjorn Lu 8-108/+46 2023-01-11[Content collections] Remove experimental flag (#5825)Gravatar Ben Holmes 27-103/+58 2023-01-11[Content collections] Improve content config handling (#5824)Gravatar Ben Holmes 5-58/+78 2023-01-11Run sync as part of `astro check` (#5823)Gravatar Chris Swithinbank 3-2/+13 2023-01-11[ci] update lockfile (#5815)Gravatar Fred K. Bot 1-257/+256 2023-01-11Fix order-of-execution bug when generating pages (#5822)Gravatar Nate Moore 2-2/+7 2023-01-11Fix `Code.astro` shiki css class replace logic (#5829)Gravatar Giuseppe La Torre 2-1/+6