diff --git a/docs/extensions/brand.qmd b/docs/extensions/brand.qmd index bea89fa30d..9bd7c2234c 100644 --- a/docs/extensions/brand.qmd +++ b/docs/extensions/brand.qmd @@ -50,7 +50,7 @@ contributes: brand: brand.yml ``` -``` {.yaml filename="_extensions/mybrand/brand.yml"} +``` {.yaml filename="_extensions/my-brand/brand.yml"} # minimal brand.yml enabling dark mode # replace with your brand colors, logos, and typography! color: @@ -74,7 +74,7 @@ Note that this example, and brand extensions in general, require a `_quarto.yml` We've provided the most basic Quarto project for this example: -``` {.yaml filename="_quarto.yml`} +``` {.yaml filename="_quarto.yml"} project: type: default ```