[gimp-web] themes: adding a rel="me" attribute to our Mastodon link.



commit 18cbd09c3a76c74e06abcc91e683f0b6ff8c7ac1
Author: Jehan <jehan girinstud io>
Date:   Thu Oct 13 21:54:38 2022 +0200

    themes: adding a rel="me" attribute to our Mastodon link.
    
    According to our Mastodon account settings page, this is how we can have our
    account verified.

 themes/newgimp/templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index fae15633..18aa71e2 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -217,7 +217,7 @@
 
                     <div class='column third'>
                         <ul class='social-links'>
-                            <li><a href='https://floss.social/@GIMP' title='Follow us on 
Mastodon'>Mastodon</a></li>
+                            <li><a rel="me" href='https://floss.social/@GIMP' title='Follow us on 
Mastodon'>Mastodon</a></li>
                             <li><a href='https://twitter.com/gimp_official' title='Follow us on 
Twitter'>Twitter</a></li>
                             <li><a href='https://www.facebook.com/gimpofficial/' title='Follow us on 
Facebook'>Facebook</a></li>
                             <li><a href='https://discuss.pixls.us/gimp/' title='Join us on pixls.us 
forum'>pixls.us (forum)</a></li>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]