diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-06-02 23:42:45 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-06-02 23:42:45 -0400 |
commit | ca999deb0fdaf2592760e28f540554299e420bd3 (patch) | |
tree | 4271e3d408b0f3e1ac5ef1d45359eb3fe37c688e /_includes/footer.liquid | |
parent | e8ab11225a306225d2be16c4464e68a4ad464918 (diff) | |
download | carpentertutoring-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.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> |