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
11 changes: 11 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@ format:
smooth-scroll: true
code-overflow: wrap
output-block-background: true
include-in-header:
- text: |
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "Turing.jl",
"alternateName": "The Turing Language",
"url" : "https://turinglang.org/",
}
</script>
# Global Variables to use in any qmd files using:
# {{< meta site-url >}}
Expand Down