Skip to content

Commit c961243

Browse files
committed
Add WebSite structured data
Closes #108
1 parent a80e69e commit c961243

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_quarto.yml

+10
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@ format:
6868
smooth-scroll: true
6969
code-overflow: wrap
7070
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>
7181
7282
# Global Variables to use in any qmd files using:
7383
# {{< meta site-url >}}

0 commit comments

Comments
 (0)