summaryrefslogtreecommitdiffhomepage
path: root/footer.php
diff options
context:
space:
mode:
authortradam <[email protected]>2025-11-18 23:37:40 +0000
committertradam <[email protected]>2025-11-18 23:37:40 +0000
commit072f012398e448682f6d1cb0d981bdbb5e46263c (patch)
tree388689a338820c60ad93ff0c61fcaba258773943 /footer.php
parent5ec6e44935e7c979fd718d6aa2c7a5308da0ee54 (diff)
downloadmalcz-wordpress-theme-dev.tar.gz
malcz-wordpress-theme-dev.zip
progressdev
Diffstat (limited to 'footer.php')
-rwxr-xr-xfooter.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/footer.php b/footer.php
index 3a25893..3708eb6 100755
--- a/footer.php
+++ b/footer.php
@@ -1,4 +1,6 @@
-
-<?php wp_footer();?>
-</body>
+ <footer>
+ <p>Send me a message! <a href="mailto:&#97;&#100;&#97;&#109;&#64;&#109;&#97;&#108;&#99;&#122;&#46;&#99;&#111;&#109;">&#97;&#100;&#97;&#109;&#64;&#109;&#97;&#108;&#99;&#122;&#46;&#99;&#111;&#109;</a></p>
+ </footer>
+ <?php wp_footer();?>
+ </body>
</html>