summaryrefslogtreecommitdiff
path: root/_includes/footer.liquid
diff options
context:
space:
mode:
Diffstat (limited to '_includes/footer.liquid')
-rw-r--r--_includes/footer.liquid29
1 files changed, 18 insertions, 11 deletions
diff --git a/_includes/footer.liquid b/_includes/footer.liquid
index c086a98..c895449 100644
--- a/_includes/footer.liquid
+++ b/_includes/footer.liquid
@@ -1,13 +1,20 @@
+<!DOCTYPE html>
<footer class="footer">
- <div class="content has-text-centered">
- <p>
- &copy; 2020 Carpenter Tutoring, LLC. All rights reserved.
- </p>
- <p>
- Something wrong?
- <a href="mailto:webmaster@carpentertutoring.com">
- Tell the webmaster.
- </a>
- </p>
- </div>
+ <div class="content has-text-centered">
+ <div class="level">
+ <div class="level-item">
+ <p>
+ &copy; {{ "now" | date: "%Y" }} Carpenter Tutoring. All rights
+ reserved.
+ </p>
+ </div>
+ <div class="level-item">
+ <p>
+ <a href="mailto:webmaster@carpentertutoring.com">
+ Questions, Comments, Feedback
+ </a>
+ </p>
+ </div>
+ </div>
+ </div>
</footer>