diff options
| author | tradam <[email protected]> | 2025-11-18 23:37:40 +0000 |
|---|---|---|
| committer | tradam <[email protected]> | 2025-11-18 23:37:40 +0000 |
| commit | 072f012398e448682f6d1cb0d981bdbb5e46263c (patch) | |
| tree | 388689a338820c60ad93ff0c61fcaba258773943 /footer.php | |
| parent | 5ec6e44935e7c979fd718d6aa2c7a5308da0ee54 (diff) | |
| download | malcz-wordpress-theme-dev.tar.gz malcz-wordpress-theme-dev.zip | |
progressdev
Diffstat (limited to 'footer.php')
| -rwxr-xr-x | footer.php | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,6 @@ - -<?php wp_footer();?> -</body> + <footer> + <p>Send me a message! <a href="mailto:adam@malcz.com">adam@malcz.com</a></p> + </footer> + <?php wp_footer();?> + </body> </html> |
