blog listing initially working

This commit is contained in:
Adam Piontek 2021-07-06 23:31:20 -04:00
parent 3c6d3e6894
commit 71c26a5f29
7 changed files with 131 additions and 29 deletions

View file

@ -26,10 +26,10 @@ namespace WP_73k;
</div>
</footer> -->
<footer class="footer73k footer bottom-0 end-0 bg-dark">
<div class="px-2 px-sm-3">
<span class="text-gray-300">&copy; Copyright <?php echo date("Y") ?> Adam Piontek</span>
</div>
</footer>
<div class="px-2 px-sm-3">
<span class="text-gray-300">&copy; Copyright <?php echo date("Y") ?> Adam Piontek</span>
</div>
</footer>
<?php wp_footer(); ?>
</body>