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

feat: support rel in footer #889

Merged
merged 3 commits into from Apr 25, 2023

Conversation

Barbapapazes
Copy link
Contributor

fix #862

@nuxt-studio
Copy link

nuxt-studio bot commented Apr 18, 2023

Live Preview ready!

Name Edit Preview Latest Commit
Docus Edit on Studio ↗︎ View Live Preview 6ce0eac

@vercel
Copy link

vercel bot commented Apr 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docus ✅ Ready (Inspect) Visit Preview Apr 25, 2023 0:29am

@@ -27,6 +27,7 @@ const nbSocialIcons = computed(() => (socialIcons.value ? socialIconsCount.value
:aria-label="link.text"
:href="link.href"
:target="link.target || '_self'"
:rel="link.rel"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about the default value?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If undefined, the default value is handle by the NuxtLink. Or maybe I'm missing something? 🤔

@Atinux Atinux merged commit f86c37d into nuxt-themes:main Apr 25, 2023
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.

Allow modifying rel in footer
2 participants