Added invisible link with “rel=me”to my mastodon account
This commit is contained in:
parent
18cf54fb62
commit
d35074c79e
1 changed files with 2 additions and 1 deletions
|
@ -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 you’d 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;
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue