Jelajahi Sumber

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

pezcurrel 5 bulan lalu
induk
melakukan
d35074c79e
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      web/site/index.php

+ 2 - 1
web/site/index.php

@@ -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;
 
 ?>