Skip to content

fix image url for open graph #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ website:
title: "Turing.jl"
site-url: https://turinglang.org
description: "Turing.jl is a probabilistic programming language and Bayesian modelling framework for the Julia programming language."
image: assets/logo/turing-text-logo.jpg
favicon: "assets/favicon.ico"
image: /assets/logo/turing-text-logo.jpg
favicon: /assets/favicon.ico
open-graph:
title: "The Turing Language"
locale: en_GB
image: /assets/logo/turing-text-logo.jpg
image-alt: "Turing.jl Logo"
twitter-card:
creator: "@Hong_Ge2"
site: "@TuringLang"
Expand All @@ -24,7 +26,7 @@ website:
location: navbar
type: overlay
navbar:
logo: "assets/logo/turing-logo.svg"
logo: /assets/logo/turing-logo.svg
# logo-href: https://turinglang.org/ -- Keep this commented so clicking on logo in dev mode doesn't redirect to the site
left:
- text: Get Started
Expand Down
Loading