Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/extensions/brand.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
```
Expand Down