hide RSS link on pagination pages

This commit is contained in:
d47081 2022-07-15 18:01:21 +03:00
parent 9595cbcada
commit 8b57fa75b0

View File

@ -97,7 +97,7 @@
</form>
</div>
<div class="t-center px-16 pb-27">
<?php if (!$tx) { ?>
<?php if (!$tx && !$page) { ?>
<div class="pb-16 f-s-12"><a href="?rss">RSS</a></div>
<?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>