Remove credit

This commit is contained in:
Tom Slominski
2025-01-28 16:37:28 +00:00
committed by GitHub
parent 687bd4ace1
commit 805558f4e0

View File

@@ -10,7 +10,7 @@
</div> </div>
<footer class="content site-footer"> <footer class="content site-footer">
<p><?php yourls_e( 'Powered by <a href="http://yourls.org/">YOURLS</a>. Designed by <a href="https://slomin.ski/">Tom Slominski</a>.', 'isq_translation') ?> <a class="icon-github" href="https://github.com/tomslominski/infinity-squared"><?php include('public/images/github.svg'); ?></a></p> <p><?php yourls_e( 'Powered by <a href="http://yourls.org/">YOURLS</a>.</p>
<?php if( 'recaptcha' == is_get_antispam_method() || 'recaptcha_v3' == is_get_antispam_method() ) : ?> <?php if( 'recaptcha' == is_get_antispam_method() || 'recaptcha_v3' == is_get_antispam_method() ) : ?>
<p class="recaptcha-cookie"><?php yourls_e('This site uses cookies for Google reCAPTCHA','isq_translation'); ?>.<p> <p class="recaptcha-cookie"><?php yourls_e('This site uses cookies for Google reCAPTCHA','isq_translation'); ?>.<p>
<?php endif; ?> <?php endif; ?>