Skip to content

Instantly share code, notes, and snippets.

View Eladriagon's full-sized avatar

Eladriagon Eladriagon

View GitHub Profile
@Eladriagon
Eladriagon / addRelMe.patch
Last active October 18, 2025 01:45
Mastodon Verification Diff
--- live/app/views/layouts/application.html.haml
+++ live/app/views/layouts/application.html.haml
@@ -1,2 +1,3 @@
- .logo-resources{ 'tabindex' => '-1', 'inert' => true, 'aria-hidden' => 'true' }
- = inline_svg_tag 'logo-symbol-icon.svg'
+ .logo-resources{ 'tabindex' => '-1', 'inert' => true, 'aria-hidden' => 'true' }
+ %a{ rel: "me", href: "https://mastodon.example/@youruser", style: "display:none;" }
+ = inline_svg_tag 'logo-symbol-icon.svg'