Skip to content

Commit 1c7d8d4

Browse files
Enable Open Graph and Twitter Cards
1 parent 64cc8b5 commit 1c7d8d4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

_quarto.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,18 @@ project:
99
website:
1010
title: "Turing.jl"
1111
site-url: https://turinglang.org
12-
site-path: "/"
12+
description: "Turing.jl is a probabilistic programming language and Bayesian modelling framework for the Julia programming language."
1313
image: assets/logo/turing-text-logo.svg
1414
favicon: "assets/favicon.ico"
15+
16+
# Enable Open Graph and Twitter Cards for better social sharing
17+
open-graph:
18+
title: "The Turing Language"
19+
locale: en_GB
20+
twitter-card:
21+
creator: "@Hong_Ge2"
22+
site: "@TuringLang"
23+
1524
search:
1625
location: navbar
1726
type: overlay

0 commit comments

Comments
 (0)