You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my local build I see this link at the top of the contribute.html file:
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Contribute to this project" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://executablebooks.org/en/latest/contribute.html" />
<meta property="og:site_name" content="Executable Book Project" />
<meta property="og:description" content="This page contains pointers and links to help you contribute to this project. Our team compass: The Team Compass is a source of truth for our team structure and policy. It also has a lot of informa..." />
<meta property="og:image:width" content="1146" />
<meta property="og:image:height" content="600" />
<meta property="og:image" content="https://executablebooks.org/en/latest/_images/social_previews/summary_contribute_478c220f.png" />
<meta property="og:image:alt" content="This page contains pointers and links to help you contribute to this project. Our team compass: The Team Compass is a source of truth for our team structure..." />
<meta name="description" content="This page contains pointers and links to help you contribute to this project. Our team compass: The Team Compass is a source of truth for our team structure and policy. It also has a lot of informa..." />
<meta name="twitter:card" content="summary_large_image" />
<title>Contribute to this project</title>
However, on RTD I see this instead:
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Contribute to this project" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://executablebooks.org/en/latest/contribute/" />
<meta property="og:site_name" content="Executable Book Project" />
<meta property="og:description" content="This page contains pointers and links to help you contribute to this project. Our team compass: The Team Compass is a source of truth for our team structure and policy. It also has a lot of informa..." />
<meta property="og:image:width" content="1146" />
<meta property="og:image:height" content="600" />
<meta property="og:image" content="https://executablebooks.org/en/latest/_images/social_previews/summary_contribute_478c220f.png" />
<meta property="og:image:alt" content="This page contains pointers and links to help you contribute to this project. Our team compass: The Team Compass is a source of truth for our team structure..." />
<meta name="description" content="This page contains pointers and links to help you contribute to this project. Our team compass: The Team Compass is a source of truth for our team structure and policy. It also has a lot of informa..." />
<meta name="twitter:card" content="summary_large_image" />
The text was updated successfully, but these errors were encountered:
At the top of the pages the URLs added into the meta are not available in the deployed pages.
Annoyingly I screenshotted the the linkchecker CI status from this PR (https://github.com/executablebooks/meta/actions/runs/10859590620) not knowing if these summary logs would disappear with time or not:
In my local build I see this link at the top of the contribute.html file:
However, on RTD I see this instead:
The text was updated successfully, but these errors were encountered: