Add onion link to footer

This commit is contained in:
Tyler Perkins 2022-12-01 21:05:37 -05:00
parent 216090e83b
commit 22063af77b
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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 &copy; ' . $year . ' Tyler Perkins All Rights Reserved</small></p>'; echo '<p style="text-align: center; padding-bottom: 0px; margin-bottom: 0px;"><small>Copyright &copy; ' . $year . ' Tyler Perkins All Rights Reserved | <a href="http://rwot2dy6zb2isk4wmw2qf32setlml44pao3vpxcwxs5xunv65a3pfzid.onion/">See ya on the dark side</a></small></p>';
?> ?>
</div> </div>
</div> </div>