Skip to content

Commit f10aa3b

Browse files
committed
Fixes #524: Added Necessary Quarto Meta Variables
- Implemented all required Quarto meta variables, as suggested by @yebai. - These changes include the addition of all necessary meta variables identified up to this point. - Future adjustments can be made as needed to accommodate any further requirements.
1 parent c03acd7 commit f10aa3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_quarto.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ execute:
163163
# Global Variables to use in any qmd files using:
164164
# {{< meta site-url >}}
165165

166-
site-url: https://turinglang.org/
167-
166+
doc-base-url: https://turinglang.org/
168167

169168
get-started: tutorials/docs-00-getting-started/
170169
tutorials-intro: tutorials/00-introduction/

0 commit comments

Comments
 (0)