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 c961243Copy full SHA for c961243
_quarto.yml
@@ -68,6 +68,16 @@ 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
+ "url" : "https://turinglang.org/"
79
+ }
80
+ </script>
81
82
# Global Variables to use in any qmd files using:
83
# {{< meta site-url >}}
0 commit comments