diff options
Diffstat (limited to '_includes/footer.liquid')
-rw-r--r-- | _includes/footer.liquid | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_includes/footer.liquid b/_includes/footer.liquid new file mode 100644 index 0000000..c086a98 --- /dev/null +++ b/_includes/footer.liquid @@ -0,0 +1,13 @@ +<footer class="footer"> + <div class="content has-text-centered"> + <p> + © 2020 Carpenter Tutoring, LLC. All rights reserved. + </p> + <p> + Something wrong? + <a href="mailto:webmaster@carpentertutoring.com"> + Tell the webmaster. + </a> + </p> + </div> +</footer> |