add rel="nofollow" to RSS links

This commit is contained in:
ghost 2023-09-06 00:27:05 +03:00
parent 907ebd3923
commit 1364670b1f
5 changed files with 5 additions and 5 deletions

View file

@ -812,7 +812,7 @@ switch (isset($_GET['target']) ? urldecode($_GET['target']) : false)
<?php } ?>
<a href="<?php echo WEBSITE_URL ?>/node.php"><?php echo _('Node') ?></a>
|
<a href="<?php echo WEBSITE_URL ?>/index.php?rss"><?php echo _('RSS') ?></a>
<a rel="nofollow" href="<?php echo WEBSITE_URL ?>/index.php?rss"><?php echo _('RSS') ?></a>
|
<a href="https://github.com/YGGverse/YGGtracker"><?php echo _('GitHub') ?></a>
</div>