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

Allow Links in Footer #859

Closed
gevera opened this issue Sep 22, 2018 · 6 comments
Closed

Allow Links in Footer #859

gevera opened this issue Sep 22, 2018 · 6 comments

Comments

@gevera
Copy link

gevera commented Sep 22, 2018

Feature request

What problem does this feature solve?

Right now there is no straightforward way to add a link to footer via frontmatter or in config.js
A workaround will be a custom component.
However, it is a common thing and it is used often. I believe that lot's of people will find this feature useful.

What does the proposed API look like?

N/A

How should this be implemented in your opinion?

In config.js
using regular html
footer: 'Link to external page'
or markdown
footer: 'Link to external page'

In YAML frontmatter
footer: Link to external [page]
footerLink: https://www.somepage.com

Are you willing to work on this yourself?**

I am not sure how to do that

@ccleve
Copy link

ccleve commented Oct 5, 2018

Related: allow links in the "features" elements on the home page. Would be nice to have them in both the title and the details. The benefit is that a user could click on a feature and go straight to the docs that describe the feature.

@nicholasglazer
Copy link

I've got response in my website from a user : - "For some reason links under the button are not working". So I totally agree with @ccleve that it's nice to have both features.

@ulivz
Copy link
Member

ulivz commented Jan 8, 2019

Maybe we should open up a way for user to custom the footer via a Vue component.

@yonkov
Copy link

yonkov commented Feb 13, 2019

Hey, I also need this feature, i asked for help in the vue forum but I still could not get it to work.

@shigma
Copy link
Collaborator

shigma commented Mar 8, 2019

And now we have markdown slots, which may solve your problem.

@ulivz
Copy link
Member

ulivz commented Mar 9, 2019

Since we have supported Theme Inheritance, you can create a custom theme to extend the default theme to get it.

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

6 participants