diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-06-14 22:11:50 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-06-14 22:11:50 -0400 |
commit | 3df910b359125d35ca71f4e9419b0bd41d56718c (patch) | |
tree | 5820c70c948223d4dcbb329cb05c25b94859a47a /_includes/footer.liquid | |
parent | 7a21088226eb6be30e72ec99f695c70e93a76173 (diff) | |
download | carpentertutoring-3df910b359125d35ca71f4e9419b0bd41d56718c.tar.xz carpentertutoring-3df910b359125d35ca71f4e9419b0bd41d56718c.zip |
stripping bulma and cobalt; uneeded at this point
Diffstat (limited to '_includes/footer.liquid')
-rw-r--r-- | _includes/footer.liquid | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/_includes/footer.liquid b/_includes/footer.liquid deleted file mode 100644 index 6d0cb68..0000000 --- a/_includes/footer.liquid +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<footer class="footer"> - <div class="content has-text-centered"> - <div class="level"> - <div class="level-item"> - <p> - © {{ "now" | date: "%Y" }} Carpenter Tutoring, LLC. 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> |