Skip to content
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

BUG: missing self referencing links #1217

Open
bsipocz opened this issue Sep 14, 2024 · 0 comments
Open

BUG: missing self referencing links #1217

bsipocz opened this issue Sep 14, 2024 · 0 comments

Comments

@bsipocz
Copy link
Contributor

bsipocz commented Sep 14, 2024

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:

Screenshot 2024-09-13 at 21 49 16

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" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant