1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: verify website for mastodon (#3576)

> You can verify yourself as the owner of the links in your profile
metadata. For that, the linked website must contain a link back to your
Mastodon profile. The link back must have a `rel="me"` attribute. The
text content of the link does not matter.

I checked that `display: none;` doesn't affect the verification process,
I was able to "verify" a link using a quick test on my own profile.

I'm not convinced this is the _best_ way, but it is _a_ way. On other
pages on the site you have a mastodon link, if those were added to the
front page they would also suffice (assuming the above criteria are
met).
This commit is contained in:
John Olheiser 2022-11-21 06:36:15 -06:00 committed by GitHub
parent 8cc24a55a2
commit 090365bf78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,7 @@
</div>
</div>
</section>
<a style="display: none;" rel="me" href="https://fosstodon.org/@goreleaser"></a>
{% endblock %}
{% block content %}{% endblock %}
{% block footer %}{% endblock %}