custom front page template working
This commit is contained in:
parent
5592ee43e4
commit
0584537f99
13 changed files with 269 additions and 82 deletions
12
footer.php
12
footer.php
|
@ -12,19 +12,25 @@
|
|||
namespace WP_73k;
|
||||
|
||||
?>
|
||||
<footer class="footer relative bg-dark-1 text-light-2 pt-8 pb-16">
|
||||
<!-- <footer class="footer relative bg-dark-1 text-light-2 pt-8 pb-16">
|
||||
<div class="relative z-10">
|
||||
<div class="container mx-auto">
|
||||
<div class="lg:flex lg:justify-between">
|
||||
<div class="lg:w-1/4 text-center lg:text-left">
|
||||
<div class="text-xl">
|
||||
<p class="text-sm">73k.us is © 2021 by Adam Piontek</p>
|
||||
<p class="text-sm">© 2021 by Adam Piontek</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</footer> -->
|
||||
<footer class="footer73k footer bottom-0 end-0 bg-dark">
|
||||
<div class="px-2 px-sm-3">
|
||||
<span class="text-gray-300">© Copyright <?php echo date("Y") ?> Adam Piontek</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue