diff options
author | 2021-11-19 12:35:41 -0500 | |
---|---|---|
committer | 2021-11-19 12:35:41 -0500 | |
commit | 0d437e11a70e55c2d7ad630ef7b0fcd3ae170fc5 (patch) | |
tree | 5791d281565e9c73edfd5310b8e8a7a27329bb69 /examples/blog/src | |
parent | 4032e212ce60d4d5d85adfd312ebd1190d6a0fd0 (diff) | |
download | astro-0d437e11a70e55c2d7ad630ef7b0fcd3ae170fc5.tar.gz astro-0d437e11a70e55c2d7ad630ef7b0fcd3ae170fc5.tar.zst astro-0d437e11a70e55c2d7ad630ef7b0fcd3ae170fc5.zip |
Small fixes (#1911)
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 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}? |