Browse Source

add rel="nofollow" to RSS link

pull/8/head
d47081 2 years ago
parent
commit
14e4ef6c89
  1. 2
      public/index.phtml

2
public/index.phtml

@ -98,7 +98,7 @@
</div> </div>
<div class="t-center px-16 pb-27"> <div class="t-center px-16 pb-27">
<?php if (!$tx && !$page) { ?> <?php if (!$tx && !$page) { ?>
<div class="pb-16 f-s-12"><a href="?rss">RSS</a></div> <div class="pb-16 f-s-12"><a href="?rss" rel="nofollow">RSS</a></div>
<?php } ?> <?php } ?>
<div class="pb-16 f-s-12 c-1"><a href="https://github.com/kvazar-network/webapp">KVAZAR Webapp</a> is the content exploring platform for <a href="https://kevacoin.org">Kevacoin Blockchain</a>.</div> <div class="pb-16 f-s-12 c-1"><a href="https://github.com/kvazar-network/webapp">KVAZAR Webapp</a> is the content exploring platform for <a href="https://kevacoin.org">Kevacoin Blockchain</a>.</div>
<div class="f-s-12 c-1">Sources distributed under the MIT License. Ownership of all content belongs to the authors.</div> <div class="f-s-12 c-1">Sources distributed under the MIT License. Ownership of all content belongs to the authors.</div>

Loading…
Cancel
Save