We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80e69e commit 529b812Copy full SHA for 529b812
_quarto.yml
@@ -68,6 +68,17 @@ format:
68
smooth-scroll: true
69
code-overflow: wrap
70
output-block-background: true
71
+ include-in-header:
72
+ - text: |
73
+ <script type="application/ld+json">
74
+ {
75
+ "@context" : "https://schema.org",
76
+ "@type" : "WebSite",
77
+ "name" : "Turing.jl",
78
+ "alternateName": "The Turing Language",
79
+ "url" : "https://turinglang.org/",
80
+ }
81
+ </script>
82
83
# Global Variables to use in any qmd files using:
84
# {{< meta site-url >}}
0 commit comments