Added invisible link with “rel=me”to my mastodon account

This commit is contained in:
pezcurrel 2024-01-07 11:05:18 +01:00
parent 18cf54fb62
commit d35074c79e

View file

@ -288,7 +288,8 @@ require $cont['fp'];
//if ($needstrans) printf('<div id="transd">'._('This translation is missing, incomplete or not up-to-date. Please click <a href="/contribute/%s">here</a> if youd like to help, or <span class="transc" onclick="document.getElementById(\'transd\').style.display=\'none\'">here</span> to close this message').'</div>'.N,$dlang);
echo '</body>
echo '<a class="invisible" href="https://graeber.social/@jones" rel="me">...</a>
</body>
</html>'.N;
?>