Add onion link to footer
This commit is contained in:
parent
216090e83b
commit
22063af77b
@ -44,6 +44,10 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
small a {
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 768px){
|
@media only screen and (max-width: 768px){
|
||||||
.footer-sections {
|
.footer-sections {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<div class="footer-copyright">
|
<div class="footer-copyright">
|
||||||
<?php
|
<?php
|
||||||
$year = date("Y");
|
$year = date("Y");
|
||||||
echo '<p style="text-align: center; padding-bottom: 0px; margin-bottom: 0px;"><small>Copyright © ' . $year . ' Tyler Perkins All Rights Reserved</small></p>';
|
echo '<p style="text-align: center; padding-bottom: 0px; margin-bottom: 0px;"><small>Copyright © ' . $year . ' Tyler Perkins All Rights Reserved | <a href="http://rwot2dy6zb2isk4wmw2qf32setlml44pao3vpxcwxs5xunv65a3pfzid.onion/">See ya on the dark side</a></small></p>';
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user