diff options
Diffstat (limited to '_includes/footer.liquid')
-rw-r--r-- | _includes/footer.liquid | 29 |
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> - © 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> + © {{ "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> |