Replies: 1 comment 1 reply
-
sorry for the crap format - This is my first post so I don't know how to put in a repro case |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Im trying to use variables in _quarto.yml it looks like variables in an href do no expand? Am I using the wrong syntax?
my _variables.yml file ------------
bril: bril_expand
my _quarto.yml file
project:
type: website
title: "{{< var bril >}}"
website:
sidebar:
contents:
- text: "Bril Documentation"
href: "{{< var bril >}}"
my index.qmd file
title: "junk"
index
Version {{< var bril >}} is a minor upgrade.
I'm use the bril variable in 3 places
in index.qmd works
in _quarto.yml title works
in _quarto.yml href - does not expand
Beta Was this translation helpful? Give feedback.
All reactions