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