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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Support Mastodon's verification link #128

Closed
jdebarochez opened this issue Apr 20, 2023 · 1 comment
Closed

[feature] Support Mastodon's verification link #128

jdebarochez opened this issue Apr 20, 2023 · 1 comment

Comments

@jdebarochez
Copy link
Contributor

Hello everyone 馃憢

Great job with this minimalist generator. I'm creating my first blog with it and so far, it's super straightforward and clear. 馃檶

Would it be possible to support the verification for Mastodon (cf doc)? It expects a link to user's profile with rel="me" HTML attribute, or via a link tag in header. As I didn't see so far how to add the latter with alpine, I would suggest to add a property for socials:

    socials: {
      mastodon: {
        icon: "simple-icons:mastodon",
        label: "mastodon",
        href: "https://mastodon.social/@username",
        rel: "me",
      },

It would generate this output with the additional me in rel:

<a href="https://mastodon.social/@username" rel="me noopener noreferrer" target="_blank" title="mastodon" aria-label="mastodon" data-v-7a4dc737=""> {{ icon }} </a>

What do you think?

I would love to contribute. I'd update this part and add appropriate documentation.

Copy link
Contributor

Tahul commented May 17, 2023

This has been fixed in #129 :)

@Tahul Tahul closed this as completed May 17, 2023
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

2 participants