Skip to content

Commit c5a0629

Browse files
fix urls for open graph (#630)
1 parent 9d38222 commit c5a0629

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

_quarto.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ project:
88
# These cannot be used as variables. They are reserved for the project configuration.
99
website:
1010
title: "Turing.jl"
11-
site-url: "https://turinglang.org/docs/"
11+
site-url: "https://turinglang.org/docs"
1212
description: "Turing.jl is a probabilistic programming language and Bayesian modelling framework for the Julia programming language."
13-
image: assets/images/turing-text-logo.jpg
14-
favicon: "assets/favicon.ico"
13+
image: /assets/images/turing-text-logo.jpg
14+
favicon: /assets/favicon.ico
1515
open-graph:
1616
title: "The Turing Language"
1717
locale: en_GB
18+
image: /assets/images/turing-text-logo.jpg
19+
image-alt: "Turing.jl Logo"
1820
twitter-card:
1921
creator: "@Hong_Ge2"
2022
site: "@TuringLang"
@@ -24,7 +26,7 @@ website:
2426
location: navbar
2527
type: overlay
2628
navbar:
27-
logo: "assets/images/turing-logo.svg"
29+
logo: "/assets/images/turing-logo.svg"
2830
logo-href: https://turinglang.org/
2931
left:
3032
- text: Get Started

0 commit comments

Comments
 (0)