commit 85ddd431a2c14581dabc76474805788ee949aa5d Author: RotationMatrix 52428419+RotationMatrix@users.noreply.github.com Date: Sun Dec 1 15:42:01 2019 -0500
Add rel="me" for Mastodon verification
will-fix: https://dip.torproject.org/torproject/web/lego/issues/5 --- templates/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/footer.html b/templates/footer.html index 7f45ce0..df38eb8 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -69,7 +69,7 @@ <div class="col-sm-2 mt-5 d-none d-sm-block"> <div class="row"> <h4><a class="text-white px-3" target="_blank" href="https://www.facebook.com/TorProject/"><i class="fab fa-facebook-png"></i></a></h4> - <h4><a class="mastodon text-white px-3" target="_blank" href="https://mastodon.social/@torproject"><i class="fab fa-mastodon-png"></i></a></h4> + <h4><a class="mastodon text-white px-3" target="_blank" href="https://mastodon.social/@torproject" rel="me"><i class="fab fa-mastodon-png"></i></a></h4> <h4><a class="twitter text-white px-3" target="_blank" href="https://twitter.com/torproject"><i class="fab fa-twitter-png"></i></a></h4> </div> <div class="row">
tor-commits@lists.torproject.org