summaryrefslogtreecommitdiff
path: root/_includes/footer.liquid
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-06-02 23:42:45 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-06-02 23:42:45 -0400
commitca999deb0fdaf2592760e28f540554299e420bd3 (patch)
tree4271e3d408b0f3e1ac5ef1d45359eb3fe37c688e /_includes/footer.liquid
parente8ab11225a306225d2be16c4464e68a4ad464918 (diff)
downloadcarpentertutoring-ca999deb0fdaf2592760e28f540554299e420bd3.tar.xz
carpentertutoring-ca999deb0fdaf2592760e28f540554299e420bd3.zip
good layout for content data; rebuild nearly complete
Diffstat (limited to '_includes/footer.liquid')
-rw-r--r--_includes/footer.liquid13
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>
+ &copy; 2020 Carpenter Tutoring, LLC. All rights reserved.
+ </p>
+ <p>
+ Something wrong?
+ <a href="mailto:webmaster@carpentertutoring.com">
+ Tell the webmaster.
+ </a>
+ </p>
+ </div>
+</footer>