diff options
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> |
