diff options
| author | tradam <[email protected]> | 2025-11-18 23:46:33 +0000 |
|---|---|---|
| committer | tradam <[email protected]> | 2025-11-18 23:46:33 +0000 |
| commit | 05706ec17d5c359ba86aa9cdd7685e637b4e25ab (patch) | |
| tree | 288952ddd1ce9b84bdd71021b123137730e8679f /footer.php | |
| parent | 1743bc1b52f390e3942158fa7e911417bc869ee3 (diff) | |
| download | malcz-wordpress-theme-05706ec17d5c359ba86aa9cdd7685e637b4e25ab.tar.gz malcz-wordpress-theme-05706ec17d5c359ba86aa9cdd7685e637b4e25ab.zip | |
Diffstat (limited to 'footer.php')
| -rwxr-xr-x[-rw-r--r--] | footer.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/footer.php b/footer.php index 3a25893..3708eb6 100644..100755 --- a/footer.php +++ b/footer.php @@ -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> |
