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 url name #130

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Site link url name #130

merged 1 commit into from
Apr 4, 2024

Conversation

lukmarcus
Copy link
Collaborator

  • urlName added to project
  • url and urlName are both optional
  • url and urlName rules:
    • if only url is present: nothing changes
    • if url and urlName are present: urlName is shown as name of the url
    • if only urlName is present: only urlName is shown with no link
    • if url and urlName are not present: site link is not shown

Copy link

netlify bot commented Apr 3, 2024

👷 Deploy request for krzysztofszumny pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit afe4e96

@lukmarcus
Copy link
Collaborator Author

@noisy

Examples

only url is present: nothing changes

Code

url: "https://www.seerene.com/",

Screenshot

obraz

url and urlName are present: urlName is shown as name of the url

Code

url: "https://www.seerene.com/",
urlName: "Seerene - The Digital Boardroom",

Screenshot

obraz

only urlName is present: only urlName is shown with no link

Code

urlName: "Not Available",

Screenshot

obraz

url and urlName are not present: site link is not shown

Screenshot

obraz

@noisy noisy merged commit ae0ad00 into noisy:master Apr 4, 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.

2 participants