Skip to content

Commit d31f437

Browse files
fix image url for open graph (#125)
1 parent 9a58952 commit d31f437

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_quarto.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ website:
1010
title: "Turing.jl"
1111
site-url: https://turinglang.org
1212
description: "Turing.jl is a probabilistic programming language and Bayesian modelling framework for the Julia programming language."
13-
image: assets/logo/turing-text-logo.jpg
14-
favicon: "assets/favicon.ico"
13+
image: /assets/logo/turing-text-logo.jpg
14+
favicon: /assets/favicon.ico
1515
open-graph:
1616
title: "The Turing Language"
1717
locale: en_GB
18+
image: /assets/logo/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/logo/turing-logo.svg"
29+
logo: /assets/logo/turing-logo.svg
2830
# logo-href: https://turinglang.org/ -- Keep this commented so clicking on logo in dev mode doesn't redirect to the site
2931
left:
3032
- text: Get Started

0 commit comments

Comments
 (0)