aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..57a7f8b
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,5 @@
+<footer>
+ <span>
+ &copy; <time datetime="{{ site.time }}">{{ site.time | date: '%Y' }}</time>, that computer scientist. This website is <a href="https://github.com/luciferreeves/luciferreeves.github.io">Open Source</a> and is built using <a href="https://jekyllrb.com">Jekyll</a>.
+ </span>
+</footer> \ No newline at end of file