Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
805558f4e0 | ||
|
|
687bd4ace1 |
@@ -1,8 +1,13 @@
|
|||||||
|
This project is no longer supported
|
||||||
|
===================================
|
||||||
|
|
||||||
|
Thank you for your support over the years, but as of 10/07/21 this project is no longer supported. It still works perfectly fine, so feel free to download it and use it, but it will no longer receive any updates (and it hasn't done in years anyway!). If anybody would like to fork the repo and continue the project, feel free to do so.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
Infinity Squared
|
Infinity Squared
|
||||||
================
|
================
|
||||||
|
|
||||||
[](https://www.paypal.me/tomslominski)
|
|
||||||
|
|
||||||
[Download](https://github.com/tomslominski/infinity-squared/releases)
|
[Download](https://github.com/tomslominski/infinity-squared/releases)
|
||||||
|
|
||||||
A beautiful public page theme for YOURLS, carefully crafted by [Tom Slominski](https://slomin.ski/). It can be used to give the public access to your short domain, not just registered users.
|
A beautiful public page theme for YOURLS, carefully crafted by [Tom Slominski](https://slomin.ski/). It can be used to give the public access to your short domain, not just registered users.
|
||||||
|
|||||||
@@ -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; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user