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

Site link include all variants with archivedUrl #132

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

lukmarcus
Copy link
Collaborator

@lukmarcus lukmarcus commented Apr 9, 2024

Closes #131

All working variants:

# project.url project.urlName project.archivedUrl Rendered "Site Link" Section
1 yes yes yes <a href="project.archivedUrl">project.urlName</a> (archived)
2 yes yes no <a href="project.url">project.urlName</a>
3 yes no yes <a href="project.archivedUrl">project.archivedUrl</a> (archived)
4 yes no no <a href="project.url">project.url</a>
5 no yes yes <a href="project.archivedUrl">project.urlName</a> (archived)
6 no yes no project.urlName
7 no no yes <a href="project.archivedUrl">project.archivedUrl</a> (archived)
8 no no no Not Rendered

Copy link

netlify bot commented Apr 9, 2024

👷 Deploy request for krzysztofszumny pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 2d9e1a1

@noisy noisy merged commit 5eeda86 into noisy:master Apr 10, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

project.archivedUrl is not shown as a Site link when neither project.url nor project.urlName is set
2 participants